4.4.2 • Published 2 years ago

@michelin-org/around-tire v4.4.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Angular Michelin around tire

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

Usage

Internal : @michelin/around-tire External : @michelin-org/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);
5.0.0

2 years ago

4.4.2

2 years ago

4.4.1

2 years ago

4.3.2

2 years ago

4.4.0

2 years ago

4.3.1

2 years ago

4.1.3

2 years ago

4.3.0

2 years ago

4.2.0

2 years ago

4.2.1-beta.2

2 years ago

4.2.1-beta.1

2 years ago

4.1.2

2 years ago