aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/components/bootstrap.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/bootstrap.ts')
-rw-r--r--client/components/bootstrap.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/bootstrap.ts b/client/components/bootstrap.ts
new file mode 100644
index 000000000..d0f524f4a
--- /dev/null
+++ b/client/components/bootstrap.ts
@@ -0,0 +1,4 @@
1import { bootstrap } from 'angular2/platform/browser';
2import { AppComponent } from './app/app.component';
3
4bootstrap(AppComponent);