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