Skip to content

Instantly share code, notes, and snippets.

@oleersoy
Last active December 4, 2018 21:37
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 oleersoy/b17fa76570e13fa96e05521f98ac4e6f to your computer and use it in GitHub Desktop.
Save oleersoy/b17fa76570e13fa96e05521f98ac4e6f to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import {
MatButtonModule,
MatIconModule,
MatToolbarModule
} from '@angular/material';
const modules = [
MatButtonModule,
MatIconModule,
MatToolbarModule,
];
@NgModule({
imports: modules,
exports: modules,
})
export class MaterialModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment