Mercurial > hg > ng2-query-ismi
annotate src/main.ts @ 53:ac4bfbd99638 ng2-table
small change.
author | casties |
---|---|
date | Thu, 23 Mar 2017 14:29:20 +0100 |
parents | b65a031c4967 |
children | d7c947909ab8 |
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); |