2016-08-09 17:38:25 +01:00
|
|
|
// #docregion
|
|
|
|
import { NgModule } from '@angular/core';
|
|
|
|
import { BrowserModule } from '@angular/platform-browser';
|
|
|
|
|
|
|
|
@NgModule({
|
2016-07-27 00:24:54 -07:00
|
|
|
imports: [ BrowserModule ]
|
2016-08-09 17:38:25 +01:00
|
|
|
})
|
|
|
|
export class AppModule { }
|