Mercurial > hg > ng2-query-ismi
view app/boot.ts @ 23:f7a7014abf5c
normalization service implementation.
author | casties |
---|---|
date | Tue, 26 Jan 2016 16:28:51 +0100 |
parents | 9343e43a17d1 |
children | dc4f0541f04d |
line wrap: on
line source
import 'zone.js/dist/zone.min.js'; import 'reflect-metadata'; import {bootstrap} from 'angular2/platform/browser' import {QueryAppComponent} from './query-app.component' bootstrap(QueryAppComponent);