aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/components/bootstrap.ts
blob: d0f524f4a0bc2004b04d504e41a3cb5905004ee6 (plain) (tree)
1
2
3
4



                                                         
import { bootstrap }    from 'angular2/platform/browser';
import { AppComponent } from './app/app.component';

bootstrap(AppComponent);