@michelin/around-tire
TypeScript icon, indicating that this package has built-in type declarations

6.2.0 • Public • Published

Angular Michelin around tire

The package is a library to build Michelin specific components in Angular applications.

Usage

Internal with Artifactory : @michelin/around-tire External with NPM : @michelin/around-tire

1. Install Michelin Theme

Make sure Michelin theme is correctly installed.

2. Install Michelin Around Tire

  • Install michelin around tire plugin npm i @michelin/around-tire

3. Include Michelin desired module

Michelin modules can be imported in the shared module

For example :

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';

import { VehicleModule } from '@michelin/around-tire';

@NgModule({
  imports: [
    CommonModule,
    VehicleModule
  ],
  providers: [],
  declarations: []
})
export class SharedModule {}

4. Include theme mixin

@import '@michelin/around-tire/theming.scss';

@include around-tire-theme($theme);

Package Sidebar

Install

npm i @michelin/around-tire

Weekly Downloads

9

Version

6.2.0

License

Apache-2.0

Unpacked Size

389 kB

Total Files

27

Last publish

Collaborators

  • michael.claudio
  • mfcattafesta2
  • fernando.nicolet
  • mpascal
  • rirusta
  • mspgitlabcicd
  • dfrahmmichelin
  • minakshi22
  • facundogiglio
  • jeantessier1-michelin
  • sebastianvillar2104
  • agvadillo
  • matiasjmenghini
  • tinchus
  • dtrainor140
  • sbedage
  • haziqali
  • landonhobbs
  • alejandro-gianetti-michelin
  • arieldmgl
  • djg82
  • egeringer
  • fbricker
  • fdachilli
  • nicoescribal
  • byronheim
  • design-system-michelin
  • dt-michelin
  • agooris-bib
  • michelinservicesolutionsci