Mercurial > hg > ng2-query-ismi
view app/boot.ts @ 15:f84ff6781e57
added att_num_range query type.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 21 Jan 2016 17:26:22 +0100 |
parents | 6cd6c09032aa |
children | 9343e43a17d1 |
line wrap: on
line source
import {bootstrap} from 'angular2/platform/browser' import {QueryAppComponent} from './query-app.component' bootstrap(QueryAppComponent);