Mercurial > hg > ng2-query-ismi
view app/boot.ts @ 44:3779464b830e ng2-rc1
update to angular2-rc1. mostly working ;-(
Starting 'ng2-rc1' branch
author | casties |
---|---|
date | Tue, 14 Jun 2016 19:58:53 +0200 |
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);