1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

routing to login page

This commit is contained in:
Kyle Spearrin
2018-01-16 15:58:17 -05:00
parent a7994f7ebc
commit 824c5e5ff9
10 changed files with 74 additions and 21 deletions

6
src/main.ts Normal file
View File

@@ -0,0 +1,6 @@
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module';
platformBrowserDynamic().bootstrapModule(AppModule);