angular-challenges
angular-challenges copied to clipboard
Set of Angular challenges to practise and train on Angular
## Checklist: - Add `OnPush` change detection strategy. - Remove function calls from the template. - Use pure pipes instead of function calls, as pure pipes won't be called twice...
## Checklist for challenge submission - [x] Start your PR message with Answer:${challenge_number} ## Warning: - If you want feedback or review, you must support the project on GitHub: -...
- I used a `canDeactivate` guard to prevent navigation while the form is dirty - as the challenge hint recommends in a functional way. - Furthermore i've added a `UnloadGuardDirective`,...
This PR includes, - Implemented [TanStack Query](https://tanstack.com/query/latest/docs/framework/angular/overview) in todos - Added Delete button and global error handling. - Implemented global loading indicator through tanstack. - Added some tests for component...
## Checklist for challenge submission - [x] Start your PR message with Answer:${challenge_number} ## Some notes about the code - refactor state services with signal and reduce duplication with a...
## Checklist for challenge submission - [x] Start your PR message with Answer:${challenge_number}
## Checklist for challenge submission - [x] Start your PR message with Answer:${challenge_number}
## Checklist for challenge submission - [x] Start your PR message with Answer:${challenge_number}