comparison app/boot.ts @ 7:6cd6c09032aa

object type query with results!
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 15 Jan 2016 20:00:47 +0100
parents 39ec75917ef7
children 9343e43a17d1
comparison
equal deleted inserted replaced
6:9f5473536a98 7:6cd6c09032aa
1 import {bootstrap} from 'angular2/platform/browser' 1 import {bootstrap} from 'angular2/platform/browser'
2 import {AppComponent} from './app.component' 2 import {QueryAppComponent} from './query-app.component'
3 3
4 bootstrap(AppComponent); 4 bootstrap(QueryAppComponent);