annotate src/main.ts @ 58:3b4046e0cc02 default

Merge from ng2-table branch. d7c947909ab888c013171b8c037e4f9fab30fe57
author casties
date Wed, 29 Mar 2017 17:19:12 +0200
parents d7c947909ab8
children 7b9d616695d3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff changeset
1 import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff changeset
2
57
d7c947909ab8 renamed query-app.module to app.module. loading query from url fragment works now.
casties
parents: 47
diff changeset
3 import { AppModule } from './app/app.module';
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff changeset
4
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff changeset
5 platformBrowserDynamic().bootstrapModule(AppModule);