annotate src/main.ts @ 47:b65a031c4967 ng2-final

first step to angular2-final (2.4) version of the query browser.
author casties
date Fri, 17 Mar 2017 20:16:52 +0100
parents
children d7c947909ab8
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
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff changeset
3 import { AppModule } from './app/query-app.module';
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);