Guest User

Untitled

a guest
Mar 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @NgModule({
  2. declarations: [
  3. AppComponent
  4. ],
  5. imports: [
  6. BrowserModule,
  7. AppRoutingModule
  8. ],
  9. providers: [],
  10. bootstrap: [AppComponent]
  11. })
  12. export class AppModule { }
Add Comment
Please, Sign In to add comment