Mercurial > hg > ng2-query-ismi
annotate app/boot.ts @ 44:3779464b830e ng2-rc1
update to angular2-rc1. mostly working ;-(
Starting 'ng2-rc1' branch
author | casties |
---|---|
date | Tue, 14 Jun 2016 19:58:53 +0200 |
parents | 9343e43a17d1 |
children | dc4f0541f04d |
rev | line source |
---|---|
22 | 1 import 'zone.js/dist/zone.min.js'; |
2 import 'reflect-metadata'; | |
3 | |
0 | 4 import {bootstrap} from 'angular2/platform/browser' |
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 | 6 |
7
6cd6c09032aa
object type query with results!
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
7 bootstrap(QueryAppComponent); |