annotate app/boot.ts @ 45:dc4f0541f04d ng2-rc1

update to angular2-rc1. mostly working ;-(
author casties
date Tue, 14 Jun 2016 20:00:39 +0200
parents 9343e43a17d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
9343e43a17d1 build with jspm now.
casties
parents: 7
diff changeset
1 import 'zone.js/dist/zone.min.js';
9343e43a17d1 build with jspm now.
casties
parents: 7
diff changeset
2 import 'reflect-metadata';
9343e43a17d1 build with jspm now.
casties
parents: 7
diff changeset
3
45
dc4f0541f04d update to angular2-rc1. mostly working ;-(
casties
parents: 22
diff changeset
4 import {bootstrap} from '@angular/platform-browser-dynamic'
7
6cd6c09032aa object type query with results!
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 0
diff changeset
5 import {QueryAppComponent} from './query-app.component'
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
6
7
6cd6c09032aa object type query with results!
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 0
diff changeset
7 bootstrap(QueryAppComponent);