Home - morticella/reference GitHub Wiki
Reference
My reference for start a new Job and Best Practices
Start a new project in Angular CLI
npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
Angular CLI
Angular Material
Material Icon
JS reference
RXJS reference
TS reference
GIT GUI COMMANDS
Angular CLI
Add a component to another module example
ng g c dashboard/main/reports/listReports --module ../reports.module