Karellism

3. Creating Material Module

May 4th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Generate material module

ng g module material --spec false

Add export array to material module

exports: [

],

Import material module into app module

import { MaterialModule } from './material/material.module';

(under imports) MaterialModule

Add Comment
Please, Sign In to add comment