mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
stub out angular app with webpack
This commit is contained in:
4
src/app/main.ts
Normal file
4
src/app/main.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
import { AppModule } from './app.module';
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||
Reference in New Issue
Block a user