Select Git revision
app.module.ts
-
Balanagu Harsha Vardhan authoredBalanagu Harsha Vardhan authored
app.module.ts 314 B
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }