Skip to content

Instantly share code, notes, and snippets.

@shhdharmen
Created January 29, 2019 12:54
Show Gist options
  • Save shhdharmen/18590e19f6260b50a68f7de9976543c1 to your computer and use it in GitHub Desktop.
Save shhdharmen/18590e19f6260b50a68f7de9976543c1 to your computer and use it in GitHub Desktop.
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { CustomMaterialModule } from '../custom-material/custom-material.module';
@NgModule({
declarations: [],
imports: [
CommonModule,
CustomMaterialModule
]
})
export class SharedModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment