typescript angular

angular_typescript

Configuration

Minimum Version
5.5
Package Manager
npm
Test Framework
jest
Linter
eslint
Formatter
prettier
Test Runner
jest

Policy

Enable Angular strict mode and standalone components for all apps.
Favor reactive forms and OnPush change detection for predictable state.
Lazy-load feature routes and guard API calls with typed HttpClient.

Commands

lint ng lint
test ng test --watch=false
build ng build --configuration production
create_app npx @angular/cli@latest new <name> --style=scss --routing

Included in Rulesets

Angular Guidelines
28 rules • 1 standard
View
TypeScript Guide
28 rules • 4 standards
View
Jest Testing
24 rules • 2 standards
View
ESLint Standards
22 rules • 5 standards
View
npm Standards
23 rules • 2 standards
View

Add This Standard

Sign in to add this standard to your workspace

Sign in with GitHub

Details

Language
typescript
Framework
angular
Used in
5 rulesets