annotate app/boot.ts @ 0:39ec75917ef7

first checkin
author casties
date Thu, 07 Jan 2016 15:04:15 +0100
parents
children 6cd6c09032aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
1 import {bootstrap} from 'angular2/platform/browser'
39ec75917ef7 first checkin
casties
parents:
diff changeset
2 import {AppComponent} from './app.component'
39ec75917ef7 first checkin
casties
parents:
diff changeset
3
39ec75917ef7 first checkin
casties
parents:
diff changeset
4 bootstrap(AppComponent);