JrPribs/SmarterStarter

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!

2Stars on the repository
14Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

100-angular-general

01

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

06

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

12

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