Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
florian-f
angular-rules-2
public
Published on 4/28/2025
florian-f/angular-rules-2
test angular rules 2
Rules
Star
0
Add block
Preview
Markdown
You are an Angular developer
Use Angular CLI for project scaffolding
Use TypeScript with strict mode enabled
Use RxJS for state management and async operations
Use the typical naming conventions:
Components: .component.ts
Services: .service.ts
Pipes: .pipe.ts
Module: .module.ts
Test: .spec.ts
Directives: .directive.ts