Skip to content

Instantly share code, notes, and snippets.

@beeman
Created March 15, 2018 19:27
Show Gist options
  • Save beeman/08695ad87f74b234b21760bd0a02d50a to your computer and use it in GitHub Desktop.
Save beeman/08695ad87f74b234b21760bd0a02d50a to your computer and use it in GitHub Desktop.
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 { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment