Skip to content

Instantly share code, notes, and snippets.

@perjansson
Last active May 25, 2018 10:42
Show Gist options
  • Save perjansson/c1cf0ed2b79d006bd5e4154a182b3b7f to your computer and use it in GitHub Desktop.
Save perjansson/c1cf0ed2b79d006bd5e4154a182b3b7f to your computer and use it in GitHub Desktop.
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
import { AppComponent } from 'app.component'
...
@NgModule({
imports: [BrowserAnimationsModule, ...],
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