bitwarden-estensione-browser/src/app/app.module.ts

13 lines
316 B
TypeScript
Raw Normal View History

2018-01-16 20:48:34 +01:00
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 { }