Source

oguzhan18/angular-ecosystem-skills

45 skills · 8.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
angular-tailwind ALWAYS use when working with Angular and Tailwind CSS, Tailwind configuration, utility-first CSS, or styling Angular …
oguzhan18/angular-ecosystem-skills
241
2
angular-material ALWAYS use when working with Angular Material components, CDK, or Material Design in Angular applications.
oguzhan18/angular-ecosystem-skills
226
3
angular-security ALWAYS use when working with Angular Security, XSS prevention, CSRF protection, Content Security Policy, or sanitizat…
oguzhan18/angular-ecosystem-skills
207
4
rxjs ALWAYS use when working with RxJS Observables, operators, and reactive patterns in Angular applications.
oguzhan18/angular-ecosystem-skills
204
5
angular-bootstrap ALWAYS use when working with Angular Bootstrap, ng-bootstrap, Bootstrap components in Angular, or Bootstrap 5 integra…
oguzhan18/angular-ecosystem-skills
198
6
ngrx ALWAYS use when implementing Angular state management with NgRx, including Store, Effects, Entity, and Signal Store.
oguzhan18/angular-ecosystem-skills
192
7
angular-i18n ALWAYS use when working with Angular i18n, internationalization, localization, translations, or multi-language suppor…
oguzhan18/angular-ecosystem-skills
191
8
angular-services ALWAYS use when working with Angular Services, @Injectable, dependency injection, or business logic services.
oguzhan18/angular-ecosystem-skills
191
9
angular-performance ALWAYS use when optimizing Angular applications for performance, change detection, bundle size, lazy loading, or runt…
oguzhan18/angular-ecosystem-skills
190
10
angular-animations >- Configure Angular animations with triggers, transitions, keyframes, and reusable animation functions. Use when wor…
oguzhan18/angular-ecosystem-skills
189
11
angular-cdk ALWAYS use when working with Angular CDK (Component Dev Kit), building custom accessible components, or using drag-dr…
oguzhan18/angular-ecosystem-skills
189
12
angular-testing ALWAYS use when writing tests for Angular applications, including unit tests, component tests, service tests, or E2E …
oguzhan18/angular-ecosystem-skills
188
13
angular-standalone ALWAYS use when working with Angular Standalone Components, imports array, bootstrapping, or migrating from NgModules…
oguzhan18/angular-ecosystem-skills
187
14
angular-elements ALWAYS use when working with Angular Elements, web components, custom elements, or packaging Angular components for n…
oguzhan18/angular-ecosystem-skills
186
15
angular-pwa ALWAYS use when working with Angular PWA, service workers, offline support, manifest, or web app installation in Angu…
oguzhan18/angular-ecosystem-skills
186
16
angular-cli ALWAYS use when working with Angular CLI, generating components, services, building applications, or workspace config…
oguzhan18/angular-ecosystem-skills
185
17
angular-guards ALWAYS use when working with Angular Route Guards, CanActivate, CanDeactivate, CanLoad, or route protection in Angula…
oguzhan18/angular-ecosystem-skills
182
18
angular-http ALWAYS use when working with Angular HttpClient, HTTP requests, interceptors, error handling, or API communication in…
oguzhan18/angular-ecosystem-skills
182
19
angular-interceptors ALWAYS use when working with Angular HTTP Interceptors, request/response transformation, auth interceptors, or error …
oguzhan18/angular-ecosystem-skills
182
20
angular-jest ALWAYS use when testing Angular applications with Jest, configuring Jest, or migrating from Jasmine/Karma to Jest.
oguzhan18/angular-ecosystem-skills
182
21
angular-schematics ALWAYS use when working with Angular Schematics, custom generators, code generation, or building CLI tools in Angular.
oguzhan18/angular-ecosystem-skills
182
22
angular-components ALWAYS use when working with Angular Components, component architecture, @Component decorator, inputs, outputs, or co…
oguzhan18/angular-ecosystem-skills
180
23
angular-destroyref ALWAYS use when working with Angular DestroyRef, takeUntilDestroyed, or cleanup in Angular.
oguzhan18/angular-ecosystem-skills
180
24
angular-pipes ALWAYS use when working with Angular Pipes, custom pipes, pure pipes, impure pipes, or async pipes in Angular applica…
oguzhan18/angular-ecosystem-skills
178
25
angular-forms ALWAYS use when working with Angular Forms, reactive forms, template-driven forms, form validation, or form handling …
oguzhan18/angular-ecosystem-skills
177
26
angular-resolvers ALWAYS use when working with Angular Route Resolvers, data pre-fetching, or loading data before route activation.
oguzhan18/angular-ecosystem-skills
177
27
angular-deferrable ALWAYS use when working with Angular Deferrable Views, @defer, lazy loading components, or deferred loading in Angula…
oguzhan18/angular-ecosystem-skills
176
28
angular-resource ALWAYS use when working with Angular Resource, Angular 19 resource API, or new async data loading with signals.
oguzhan18/angular-ecosystem-skills
176
29
angular-signals ALWAYS use when working with Angular Signals, signal-based reactivity, computed signals, or effect APIs in Angular ap…
oguzhan18/angular-ecosystem-skills
176
30
angular-signals-forms ALWAYS use when working with Angular Signal Forms, reactive forms with signals, FormControl with signals, or new form…
oguzhan18/angular-ecosystem-skills
176
31
angular-directives ALWAYS use when working with Angular Directives, custom directives, attribute directives, structural directives, or d…
oguzhan18/angular-ecosystem-skills
174
32
angular-reactive ALWAYS use when working with Angular Reactive programming, BehaviorSubject, Observable patterns, or reactive state ma…
oguzhan18/angular-ecosystem-skills
174
33
angular-di ALWAYS use when working with Angular Dependency Injection, providers, services, inject tokens, or hierarchical inject…
oguzhan18/angular-ecosystem-skills
173
34
angular-lifecycle ALWAYS use when working with Angular Lifecycle Hooks, ngOnInit, ngOnChanges, ngAfterViewInit, or component lifecycle …
oguzhan18/angular-ecosystem-skills
173
35
angular-viewchild ALWAYS use when working with Angular ViewChild, ContentChild, ViewChildren, or accessing DOM elements and child compo…
oguzhan18/angular-ecosystem-skills
172
36
angular-cypress ALWAYS use when testing Angular applications with Cypress, E2E testing, or component testing in Angular.
oguzhan18/angular-ecosystem-skills
171
37
angular-router ALWAYS use when working with Angular Router, routing configuration, guards, resolvers, lazy loading, or navigation in…
oguzhan18/angular-ecosystem-skills
170
38
angular-control-flow ALWAYS use when working with Angular Control Flow syntax, @if, @for, @switch, @defer, or new template syntax in Angul…
oguzhan18/angular-ecosystem-skills
168
39
angular-signals-http ALWAYS use when working with Angular Signals and HttpClient, toSignal, toObservable, or HTTP with signals.
oguzhan18/angular-ecosystem-skills
167
40
angular-ssr ALWAYS use when working with Angular SSR, server-side rendering, hydration, prerendering, or Angular Universal in Ang…
oguzhan18/angular-ecosystem-skills
167
41
angular-zoneless ALWAYS use when working with Angular Zoneless, zoneless change detection, provideZonelessChangeDetection, or removing…
oguzhan18/angular-ecosystem-skills
167
42
nx ALWAYS use when working with Nx monorepo, workspace configuration, or Angular/Nx project setup.
oguzhan18/angular-ecosystem-skills
167
43
angular-injector ALWAYS use when working with Angular Injector, inject() function, Provider, or dependency resolution in Angular.
oguzhan18/angular-ecosystem-skills
163
44
angular-query ALWAYS use when working with TanStack Query (Angular Query) for server state management, data fetching, caching, or m…
oguzhan18/angular-ecosystem-skills
159
45
shadcn-ng ALWAYS use when writing code importing shadcn-ng (shadcn/angular). Consult for debugging, best practices, or modifyin…
oguzhan18/angular-ecosystem-skills
152