Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import { NgModule } from '@angular/core';
  2. import { BrowserModule } from '@angular/platform-browser';
  3. import { UpgradeModule } from '@angular/upgrade/static';
  4.  
  5. @NgModule({
  6. imports: [
  7. BrowserModule,
  8. UpgradeModule
  9. ],
  10. bootstrap: []
  11. })
  12. export class AppModule {
  13. ngDoBootstrap() {}
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement