danine1

app.module.ts

May 28th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @NgModule({
  2.   declarations: [
  3.     AppComponent
  4.   ],
  5.   imports: [
  6.     BrowserModule,
  7.   ],
  8.   providers: [],
  9.   bootstrap: [AppComponent]
  10. })
  11. export class AppModule { }
Add Comment
Please, Sign In to add comment