annotate src/main.ts @ 57:d7c947909ab8 ng2-table

renamed query-app.module to app.module. loading query from url fragment works now.
author casties
date Wed, 29 Mar 2017 17:16:10 +0200
parents b65a031c4967
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);