490ec84
1
2
3
4
5
6
7
8
9
10
import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; @NgModule({ declarations: [], imports: [BrowserModule], bootstrap: [] }) export class AppModule {}