angular material
Contents
|
|
app.module.ts
import { MatSliderModule } from ‘@angular/material/slider’;
import ‘hammerjs’;
…
@NgModule ({….
imports: […,
MatSliderModule,
…]
})
app.component.html
styles.css
@import ‘@angular/material/prebuilt-themes/deeppurple-amber.css’;
https://material.angular.cn/guides
https://github.com/stbui/angular-material-app/tree/master/src/app
Author w1100n
LastMod 2019-06-08