1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

stub electron out

This commit is contained in:
Kyle Spearrin
2018-01-16 17:30:57 -05:00
parent 950ab69ea7
commit 45465d6169
7 changed files with 99 additions and 14 deletions

6
src/app/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.module';
platformBrowserDynamic().bootstrapModule(AppModule);