Mercurial > hg > ng2-query-ismi
annotate app/boot.ts @ 18:65bb467abcc6
inverse relations are now generated on the fly.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 21 Jan 2016 20:07:32 +0100 |
parents | 6cd6c09032aa |
children | 9343e43a17d1 |
rev | line source |
---|---|
0 | 1 import {bootstrap} from 'angular2/platform/browser' |
7
6cd6c09032aa
object type query with results!
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
2 import {QueryAppComponent} from './query-app.component' |
0 | 3 |
7
6cd6c09032aa
object type query with results!
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
0
diff
changeset
|
4 bootstrap(QueryAppComponent); |