view app/boot.ts @ 45:dc4f0541f04d ng2-rc1

update to angular2-rc1. mostly working ;-(
author casties
date Tue, 14 Jun 2016 20:00:39 +0200
parents 9343e43a17d1
children
line wrap: on
line source

import 'zone.js/dist/zone.min.js';
import 'reflect-metadata';

import {bootstrap}    from '@angular/platform-browser-dynamic'
import {QueryAppComponent} from './query-app.component'

bootstrap(QueryAppComponent);