angular-checklist
angular-checklist copied to clipboard
🔥 Curated list of common mistakes made when developing Angular applications
@d3lm I'm working on updating to the latest version of angular. FYI
Added a new topic about using `enums` in typescript.
``` ➜ ng update --all Your global Angular CLI version (8.0.0) is greater than your local version (7.3.8). The local Angular CLI version is used. To disable this warning use...
content(typescript): use path mappings to simplify imports
- Added 'avoid functions in templates' to Component section - Set type to any due to building issue in tools/utils.ts
What about add this item? May sound irrelevant for small forms, but in my opinion important for huge forms
## Motivation for behavior Users want to be able to display in a suitable language by selecting their native language. ## Tasks + [ ] step 1. The ability to...
Would be nice to have an angular-checklist cli, that would be able to run against an angular project and generate a report, same way as [lighthouse](https://github.com/GoogleChrome/lighthouse) does.
There are a few things that we still need to add. In particular, it's the following items: - [x] use latest version of everything (General) - [ ] category for...