crear proyecto
ng new frontend –no-standalone –routing
crear módulo
ng g m dashboard –routing
crear servicio
ng g s auth/services/auth –skip-tests
crear componente
ng g c dashboard/pages/inicio –skip-tests –style none
actualizar angular
npm install -g @angular/cli@next