UNPKG

appangulardownload

Version:

seed project for angular2 by vijay

5 lines (3 loc) 137 B
import { bootstrap } from '@angular/platform-browser-dynamic'; import { AppComponent } from './app.component'; bootstrap(AppComponent);