Skip to content

Instantly share code, notes, and snippets.

@jonathanwoahn
Created June 4, 2019 06:47
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 jonathanwoahn/33677f57d759520dc53f9c4be8bc873b to your computer and use it in GitHub Desktop.
Save jonathanwoahn/33677f57d759520dc53f9c4be8bc873b to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [AppComponent],
imports: [
BrowserModule,
BrowserAnimationsModule,
FlexLayoutModule,
MatCardModule,
MatInputModule,
MatListModule,
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment