Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ...
  2. import { SetNewDirective } from './shared/directives/set-new.directive'
  3.  
  4.  
  5.  
  6. @NgModule({
  7.  
  8. declarations: [
  9. ...
  10. SetNewDirective
  11. ],
  12.  
  13. exports: [],
  14.  
  15. imports: [
  16. ...
  17. ],
  18.  
  19. providers: [
  20. ...
  21. ],
  22.  
  23. bootstrap: [AppComponent]
  24. })
  25. export class AppModule {
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement