Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import { NgModule } from '@angular/core';
  2. import { BrowserModule } from '@angular/platform-browser';
  3.  
  4. @NgModule({
  5. declarations: [
  6. AppComponent
  7. ],
  8. exports: [
  9. AppComponent
  10. ],
  11. imports: [
  12. BrowserModule
  13. ],
  14. providers: [],
  15. bootstrap: [
  16. AppComponent
  17. ]
  18. })
  19. export class AppModule { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement