diff options
Diffstat (limited to 'client/app/main.ts')
-rw-r--r-- | client/app/main.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/app/main.ts b/client/app/main.ts new file mode 100644 index 000000000..034c15573 --- /dev/null +++ b/client/app/main.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | import {bootstrap} from 'angular2/platform/browser' | ||
2 | import {AppComponent} from './app.component' | ||
3 | |||
4 | bootstrap(AppComponent); | ||