Skip to content

Instantly share code, notes, and snippets.

@cpanuphan
Created September 19, 2018 03:38
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 cpanuphan/3b71b11ee8ca8b6c1ad03b502d83ab13 to your computer and use it in GitHub Desktop.
Save cpanuphan/3b71b11ee8ca8b6c1ad03b502d83ab13 to your computer and use it in GitHub Desktop.
import {MatInputModule} from '@angular/material';
@NgModule({
...
imports: [MatInputModule],
...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment