An open API service indexing awesome lists of open source software.

https://github.com/ahsansoftengineer/rxjs


https://github.com/ahsansoftengineer/rxjs

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

# Angular Material
## What is Angular Scematics?
> Angular Scematics does several things as mentioned below
1. It adds the Generated Component in Parent Module
2. It adds the Required Module in Parent Module
## What are the Material Scematics availaible to Generate Components
> There are Several Predefine Angular Material Scematics Availaible.
1. *ng generate @angular/material:address-form *
2. *ng generate @angular/material:navigation *
3. *ng generate @angular/material:dashboard *
4. *ng generate @angular/material:table *
5. *ng generate @angular/material:tree *
6. *ng generate @angular/material:drag-drop * **Not Working**

## What is the Command to Generate Lazy Loaded Module?
> *ng g m navigations --route navigations --module app.module*

## Current Working Example
> ***ng g m navigations --route navigations --module app.module***
> ***ng g @angular/material:navigation navigations/navigations --flat -d ***