Advertisement
Guest User

Untitled

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