7.1.2 • Published 10 months ago
@michelin/around-tire v7.1.2
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);
6.3.0
1 year ago
6.3.2
1 year ago
6.3.1
1 year ago
7.0.0
1 year ago
7.1.2
10 months ago
7.1.1
10 months ago
5.4.4
1 year ago
7.1.0
10 months ago
6.2.0
1 year ago
6.1.0
1 year ago
6.0.0
1 year ago
5.4.3
1 year ago
5.4.2
1 year ago
5.4.1
2 years ago
5.4.0
2 years ago
5.3.1
2 years ago
5.3.0
2 years ago
5.2.0
2 years ago
5.1.0
2 years ago
5.0.0
2 years ago