Guest User

Untitled

a guest
Dec 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. import { ScTabsModule } from '@speak/ng-bcl/tabs';
  2. import { ScTableModule } from '@speak/ng-bcl/table';
  3. import { ScButtonModule } from '@speak/ng-bcl/button';
  4.  
  5. // Add imported modules to import section
  6.  
  7. @NgModule({
  8. declarations: [
  9. AppComponent
  10.  
  11. ],
  12. imports: [
  13. BrowserModule,
  14. FormsModule,
  15. .....
  16.  
  17. ScButtonModule,
  18. ScTabsModule,
  19. ScTableModule,
  20. ....
  21. ]
  22. })
Add Comment
Please, Sign In to add comment