Guest User

Untitled

a guest
Sep 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. import { MatButtonModule, MatSliderModule } from '@angular/material';
  2.  
  3. import { NgModule } from '@angular/core';
  4.  
  5. @NgModule({
  6. imports: [
  7. BrowserModule ,
  8. BrowserAnimationsModule,
  9. AngMaterialModule,
  10. MatButtonModule,
  11. MatSliderModule],
  12.  
  13.  
  14. declarations: [AppComponent],
  15.  
  16. bootstrap: [AppComponent]
  17.  
  18. })
  19. export class AppModule { }
Add Comment
Please, Sign In to add comment