Mercurial > hg > ng2-query-ismi
annotate app/boot.ts @ 10:66dce99cef4e
attribute contains works now.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 20 Jan 2016 17:02:00 +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); |