Mercurial > hg > ng2-query-ismi
annotate src/main.ts @ 51:1245781e2575 ng2-table
working on updating ng2-table.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 23 Mar 2017 11:04:48 +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); |