Explore
Docs
Pricing
Agents
Search...
Ctrl+K
Toggle menu
Home
florian-f
angular-rules-2
public
Published on 4/28/2025
florian-f/angular-rules-2
test angular rules 2
Prompts
Star
0
Use Rule
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