Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created April 3, 2018 08:06
Show Gist options
  • Save buildmotion/e580833e06344d3b97d12c98e4288315 to your computer and use it in GitHub Desktop.
Save buildmotion/e580833e06344d3b97d12c98e4288315 to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { BrowserModule } from '@angular/platform-browser';
import { NxModule } from '@nrwl/nx';
@NgModule({
imports: [BrowserModule, NxModule.forRoot()],
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