* 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
684 B
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