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