# Angular commands ## Create the Services ```sh ng generate service services/api ng generate service services/auth ``` ## Create the components ```sh 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 ```