Files
tasknote/angular/commands.md
T
rmcamposandGitHub 06390c4724 feat: add angular (#447)
* feat: add angular base files

* feat: add angular login components

* feat: add login and register components logic

* feat: add pages components

* feat: enable dependabot for angular

* feat: add components
2025-05-13 09:48:46 -03:00

684 B

Angular commands

Create the Services

ng generate service services/api
ng generate service services/auth

Create the components

ng generate component components/login --standalone
ng generate component components/register --standalone
ng generate component components/home --standalone
ng generate component components/landing --standalone
ng generate component components/emailConfirmation --standalone
ng generate component components/passwordReset --standalone
ng generate component components/finishPasswordReset --standalone
ng generate component components/tasksManagement --standalone
ng generate component components/notesManagement --standalone