Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created October 29, 2016 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/350033ccdaab958f0647c4af0ad7fbd9 to your computer and use it in GitHub Desktop.
Save wKoza/350033ccdaab958f0647c4af0ad7fbd9 to your computer and use it in GitHub Desktop.
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 { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment