mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
stub out angular app with webpack
This commit is contained in:
12
src/app/app.module.ts
Normal file
12
src/app/app.module.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'zone.js/dist/zone';
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { AppComponent } from './app.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [BrowserModule],
|
||||
declarations: [AppComponent],
|
||||
bootstrap: [AppComponent],
|
||||
})
|
||||
export class AppModule { }
|
||||
Reference in New Issue
Block a user