diff app/boot.ts @ 22:9343e43a17d1

build with jspm now.
author casties
date Tue, 26 Jan 2016 15:43:30 +0100
parents 6cd6c09032aa
children dc4f0541f04d
line wrap: on
line diff
--- a/app/boot.ts	Fri Jan 22 20:33:26 2016 +0100
+++ b/app/boot.ts	Tue Jan 26 15:43:30 2016 +0100
@@ -1,3 +1,6 @@
+import 'zone.js/dist/zone.min.js';
+import 'reflect-metadata';
+
 import {bootstrap}    from 'angular2/platform/browser'
 import {QueryAppComponent} from './query-app.component'