JrPribs

14 mods across 1 repository, 2 stars between them.

JrPribs/SmarterStarter

Agent Claude Code

Creates modern Angular v20+ applications with signals, standalone components, and latest control flow syntax.

2 1y ago A 24 tokens original MIT

100-angular-general

02

JrPribs/SmarterStarter

Cursor rule Cursor

The AI Dev Starter Template for smart, or lazy, people. If you want to talk a lot of jive and act like you know what you are doing... This is for you!

2 1y ago A 0 tokens original MIT

JrPribs/SmarterStarter

Cursor rule Cursor

@Component({ selector: 'app-hero-detail', imports: [CommonModule, RouterOutlet, HeroAvatarComponent], templateUrl: './hero-detail.component.html', styleUrl: './hero-detail.component.css', changeDetection: ChangeDetectionStrategy.OnPush }) export class HeroDetailComponent { // Component implementation }.

2 1y ago A 0 tokens original MIT

500-angular-pipes

07

JrPribs/SmarterStarter

Cursor rule Cursor

@Pipe({ name: 'truncate', standalone: true }) export class TruncatePipe implements PipeTransform { transform(value: string, limit: number = 100, completeWords: boolean = false, ellipsis: string = '...'): string { if (!value) return ''; if (value.length <= limit) return value.

2 1y ago A 2 tokens original MIT

JrPribs/SmarterStarter

Cursor rule Cursor

import { createStore, withState, withComputed, withMethods, patchState } from '@ngrx/signals'; import { rxMethod } from '@ngrx/signals/rxjs-interop'; import { pipe, switchMap, map, catchError } from 'rxjs'; import { inject } from '@angular/core'; import { tapResponse } from '@ngrx/operators'.

2 1y ago A 0 tokens original MIT

angular-20

13

JrPribs/SmarterStarter

Cursor rule Cursor

This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.

2 1y ago A 0 tokens copy · 94% MIT

JrPribs/SmarterStarter

Cursor rule Cursor

Cursor rule "angular-best-practices" from JrPribs/SmarterStarter, covering general guidelines, routing best practices, component input/output patterns, side panel implementation and state management.

2 1y ago A 0 tokens original MIT