angular-checklist icon indicating copy to clipboard operation
angular-checklist copied to clipboard

🔥 Curated list of common mistakes made when developing Angular applications

Results 39 angular-checklist issues
Sort by recently updated
recently updated
newest added

In this PR I have update the list of items - Updated Angular to latest version (v14) - update Ngrx to lastest version (v14) - Updated highlight.js to latest version...

Hey, I was wondering if it makes sense to update this item on the checklist: https://angular-checklist.io/default/checklist/ngrx/iglD3 It's about defining Actions as classes, like that: ``` typescript export enum AppActionTypes {...

Add new content in the performance category about performance issues as a result of calling functions directly from the template

Thought it would be cool to add Angular DevTools into the tooling section :)

Hey guys, It would be great to have a section about the best practices in component styling: Topics could be like: * Using `css` / `sass` * Using `styleUrls` *...

Angular now stop giving support for tslint in angular v13. So we need to migrate from tslint to eslint for linting to work

It would be great to have this as an installable web app, I can implement this for you if you want. - [x] Create dev branch - [x] Create dev...

Added a new topic about using `component-store` from `ngrx` which let you handle specific component state in a decoupled store from the global one.

Add a caution message about performance when using template bound functions and the default change strategy

Add a topic about Angular Cache (new feature from v13) and what you need to do is updating from previous versions.