Mercurial > hg > ng2-query-ismi
view 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 |
line wrap: on
line source
import {bootstrap} from 'angular2/platform/browser' import {QueryAppComponent} from './query-app.component' bootstrap(QueryAppComponent);