angular-checklist
π₯ Curated list of common mistakes made when developing Angular applications
νμΌ νμκΈ°
μ΅μ’ λ²μ λ€μ΄λ‘λ (.zip)- launch.json
- .category
- never-mutate-objects.md
- provide-shared-services-on-root-level.md
- put-business-logic-into-services.md
- use-descriptive-file-names.md
- use-smart-and-dumb-components.md
- .category
- clean-up-resource-in-ng-on-destroy.md
- dont-use-property-bindings-to-pass-static-strings.md
- minimize-logic-in-templates.md
- only-manipulate-the-dom-via-the-renderer.md
- .category
- do-not-mix-form-apis.md
- .category
- use-latest-version-of-everything.md
- .category
- .category
- action-hygiene.md
- actions-are-defined-as-classes.md
- do-not-put-everything-in-the-store.md
- dont-store-state-that-can-be-derived.md
- reducers-are-pure-functions.md
- use-entity-pattern.md
- use-selectors.md
- .category
- dont-call-function-from-template.md
- lazy-load-animations.md
- track-by-option-on-ng-for.md
- use-angular-new-cache.md
- use-aot-compilation.md
- use-on-push-cd-strategy.md
- .category
- add-404-route.md
- default-route.md
- lazy-load-feature-modules.md
- protect-restricted-pages-with-guards.md
- use-preloading-strategy.md
- .category
- avoid-nested-subscriptions.md
- pipeable-operators.md
- takeuntil-operator.md
- use-async-pipe.md
- use-ngifas.md
- use-switchMap-only-when-you-need-cancellation.md
- .category
- compodoc.md
- use-angular-cli.md
- use-angular-dev-tools.md
- use-prettier.md
- .category
- avoid-using-any.md
- define-interfaces-for-models.md
- define-types-at-the-non-typed-boundaries.md
- move-common-types-to-interfaces.md
- use-type-inference.md
- cy-ts-preprocessor.js
- index.js
- commands.js
- index.js
- tsconfig.json
- checklist-cta-bar.component.html
- checklist-cta-bar.component.scss
- checklist-cta-bar.component.ts
- checklist-detail-view.component.html
- checklist-detail-view.component.scss
- checklist-detail-view.component.ts
- checklist-favorite-button.component.html
- checklist-favorite-button.component.scss
- checklist-favorite-button.component.ts
- checklist-favorites-view.component.html
- checklist-favorites-view.component.scss
- checklist-favorites-view.component.ts
- checklist-metadata.component.html
- checklist-metadata.component.scss
- checklist-metadata.component.ts
- checklist-list-item.component.html
- checklist-list-item.component.scss
- checklist-list-item.component.ts
- checklist-list.component.scss
- checklist-list.component.ts
- checklist-list-view.component.html
- checklist-list-view.component.scss
- checklist-list-view.component.ts
- checklist-overview.component.html
- checklist-overview.component.scss
- checklist-overview.component.ts
- checklist-search.component.html
- checklist-search.component.scss
- checklist-search.component.ts
- confirmation-dialog.component.html
- confirmation-dialog.component.scss
- confirmation-dialog.component.ts
- checklist.model.ts
- search.models.ts
- search.service.ts
- checklist.actions.ts
- checklist.reducer.ts
- checklist.selectors.ts
- checklist.state.ts
- checklist.component.html
- checklist.component.scss
- checklist.component.ts
- checklist.routes.ts
- project-exists.guard.ts
- projects.model.ts
- project-dialog.component.html
- project-dialog.component.scss
- project-dialog.component.ts
- projects-view.component.html
- projects-view.component.scss
- projects-view.component.ts
- project-state.utils.ts
- projects.actions.ts
- projects.reducer.ts
- projects.selectors.ts
- projects.routes.ts
- about-dialog.component.html
- about-dialog.component.scss
- about-dialog.component.ts
- authors.component.html
- authors.component.scss
- authors.component.ts
- banner.component.html
- banner.component.scss
- banner.component.ts
- chip.component.html
- chip.component.scss
- chip.component.ts
- dropdown-static-option.component.scss
- dropdown-static-options.component.scss
- dropdown-static-options.component.ts
- dropdown.component.html
- dropdown.component.scss
- dropdown.component.ts
- footer.component.html
- footer.component.scss
- footer.component.ts
- score-chart.component.html
- score-chart.component.scss
- score-chart.component.ts
- toolbar-logo.component.html
- toolbar-logo.component.scss
- toolbar-logo.component.ts
- toolbar.component.html
- toolbar.component.scss
- toolbar.component.ts
- breakpoint.service.ts
- models.ts
- operators.ts
- router.utils.ts
- utils.ts
- app-state.utils.ts
- app.selectors.ts
- app.state.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.config.ts
- app.routes.ts
- .gitkeep
- angular-checklist.png
- undraw_checklist.svg
- undraw_no_data.svg
- environment.prod.ts
- environment.ts
- custom-theme.scss
- index.scss
- mixins.scss
- utils.scss
- favicon.ico
- index.html
- main.ts
- styles.scss
- test.ts
- build-checklist.ts
- markdown.ts
- models.ts
- utils.ts
- shorthash.d.ts
- .editorconfig
- .eslintrc.json
- .gitignore
- .prettierignore
- .prettierrc
- .tool-versions
- angular.json
- CODE_OF_CONDUCT.md
- commitlint.config.js
- CONTRIBUTING.md
- cypress.json
- karma.conf.js
- LICENSE
- nodemon.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
- yarn.lock
// repository documentation
Was this content helpful?
(0 ratings)
