Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

opensource

opensource contient 37 skills collectées depuis IbenTesara, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
37
Stars
2
mis à jour
2026-06-02
Forks
1
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ngx-authentication-directives-pipes
Développeurs de logiciels

Template directives ngxIsAuthenticated, ngxHasFeature, ngxHasPermission and impure pipes from @ibenvandeveire/ngx-authentication.

2026-06-02
ngx-authentication-guards
Développeurs de logiciels

Route guards from @ibenvandeveire/ngx-authentication: NgxIsAuthenticatedGuard, NgxHasFeatureGuard, NgxHasPermissionGuard. Use with NgxAuthenticatedRoute data.

2026-06-02
ngx-authentication-http-client
Développeurs de logiciels

NgxAuthenticatedHttpClient and provideNgxAuthenticationConfiguration httpClientConfiguration. Use for base URL, withCredentials, authenticated interceptors, and download helper.

2026-06-02
ngx-authentication-service
Développeurs de logiciels

NgxAuthenticationAbstractService state: user$, session$, metadata$, hasFeature, hasPermission, global features. Use after provideNgxAuthenticationConfiguration.

2026-06-02
ngx-authentication-setup
Développeurs de logiciels

Bootstrap @ibenvandeveire/ngx-authentication with provideNgxAuthenticationConfiguration and NgxAuthenticationAbstractService. Use when wiring sign-in/out and auth types.

2026-06-02
ngx-cookies
Développeurs de logiciels

Angular wrapper for CookieConsent V3 and cookie helpers from @ibenvandeveire/ngx-cookies. Use for setupCookiesHandler, consent observables, set/get/remove cookie, or *hasCookie directive.

2026-06-02
ngx-core
Développeurs de logiciels

SSR-safe window/document access and ngOnChanges helpers from @ibenvandeveire/ngx-core. Use for NgxWindowService, scroll/width observables, runInBrowser, or simpleChangeHasChanged.

2026-06-02
ngx-forms-dynamic-form
Développeurs de logiciels

NgxDynamicFormComponent and provideNgxDynamicFormConfiguration from @ibenvandeveire/ngx-forms for runtime input component selection.

2026-06-02
ngx-forms-form-accessor
Développeurs de logiciels

FormAccessor, DataFormAccessor, and createAccessorProviders from @ibenvandeveire/ngx-forms for reusable ControlValueAccessor components.

2026-06-02
ngx-forms-errors
Développeurs de logiciels

NgxFormsErrorsDirective and root error configuration from @ibenvandeveire/ngx-forms. Use for consistent validation messages and custom error components.

2026-06-02
ngx-forms-validators
Développeurs de logiciels

Custom Angular validators from @ibenvandeveire/ngx-forms: allOrNothingRequired, atLeastOneRequired, date validators, setFormError, decimalsAfterComma.

2026-06-02
ngx-forms-save-on-exit
Développeurs de logiciels

Save-before-leave flow: NgxSaveOnExitComponent, NgxSaveOnExitAbstractService, NgxSaveOnExitGuard from @ibenvandeveire/ngx-forms.

2026-06-02
ngx-i18n
Développeurs de logiciels

Lazy modular i18n for Angular from @ibenvandeveire/ngx-i18n. Use for provideNgxI18nConfiguration, provideWithTranslations, language guards, translation loaders, or NgxI18nLoadingService.

2026-06-02
ngx-inform-modals
Développeurs de logiciels

ARIA-enforced modals via NgxModalService and openNgxModal from @ibenvandeveire/ngx-inform. Use instead of raw CDK Dialog when compliance is required.

2026-06-02
ngx-inform-toasts
Développeurs de logiciels

WCAG toasts via NgxToastService, provideNgxToastConfiguration, ngxToastOnSuccess and ngxToastOnError from @ibenvandeveire/ngx-inform.

2026-06-02
ngx-inform-tooltips
Développeurs de logiciels

ngxTooltip directive and provideNgxTooltipConfiguration from @ibenvandeveire/ngx-inform. Custom tooltip components must extend NgxTooltipAbstractComponent.

2026-06-02
ngx-inform-tour
Développeurs de logiciels

Guided tours with NgxTourService, tourItem directive, startNgxTour and useMockDataDuringTour from @ibenvandeveire/ngx-inform. Requires CDK overlay CSS.

2026-06-02
ngx-layout-accordion
Développeurs de logiciels

WCAG ngx-accordion and ngx-accordion-item from @ibenvandeveire/ngx-layout. Import NgxAccordion for keyboard-accessible accordion.

2026-06-02
ngx-layout-configurable-layout
Développeurs de logiciels

ngx-configurable-layout grid with static/editable modes, drag-and-drop, and provideNgxDragAndDropService from @ibenvandeveire/ngx-layout.

2026-06-02
ngx-layout-display-content
Développeurs de logiciels

*displayContent structural directive and provideNgxDisplayContentConfiguration for loading/error/offline UI from @ibenvandeveire/ngx-layout.

2026-06-02
ngx-layout-image-marker
Développeurs de logiciels

ngx-image-marker for MarkerJs2/MarkerLive annotations on images from @ibenvandeveire/ngx-layout. ZoneJS workarounds included.

2026-06-02
ngx-layout-markdown-button-link
Développeurs de logiciels

ngxMarkdown pipe, ngxButton and ngxLink directives with root configuration from @ibenvandeveire/ngx-layout.

2026-06-02
ngx-layout-media-query
Développeurs de logiciels

NgxMediaQueryService, provideNgxMediaQueries, *ngxMediaQuery directive and ngxMatchesQuery pipe from @ibenvandeveire/ngx-layout. Prefer over deprecated ngx-utils version.

2026-06-02
ngx-layout-mobile-layout
Développeurs de logiciels

NgxMobileLayoutComponent, guards, and NgxMobileLayoutService for mobile shell header/nav/footer/flyout/aside from @ibenvandeveire/ngx-layout.

2026-06-02
ngx-layout-table
Développeurs de logiciels

ngx-table component with cells, sorting, selection, detail rows, and treegrid directives from @ibenvandeveire/ngx-layout.

2026-06-02
ngx-store-rxjs
Développeurs de logiciels

NgRx boilerplate reduction with createStoreAssets, handleEffect, dispatchDataToStore, and NgxStoreService from @ibenvandeveire/ngx-store.

2026-06-02
ngx-store-signals
Développeurs de logiciels

Signal stores with createNgxSignalStore, provideNgxSignalStore, injectNgxSignalStore, NgxSignalStoreService, dispatchDataToSignalStore from @ibenvandeveire/ngx-store.

2026-06-02
ngx-utils-broadcast-channel
Développeurs de logiciels

NgxBroadcastChannelService wrapping Broadcast Channel API with SSR guards. Use for initChannel, postMessage, selectChannelMessages across tabs.

2026-06-02
ngx-utils-pipes
Développeurs de logiciels

FocusClickDirective, BTW/IBAN/Transform/HasObservers pipes, and ngxReplaceElements from @ibenvandeveire/ngx-utils.

2026-06-02
ngx-utils-query-param-form-sync
Développeurs de logiciels

NgxQueryParamFormSyncComponent to sync Angular forms with URL query params. Use for shareable filtered views and optional scramble/unscramble.

2026-06-02
ngx-utils-storage
Développeurs de logiciels

SSR-safe Observable localStorage/sessionStorage via NgxStorageService from @ibenvandeveire/ngx-utils. Use for getItemObservable, setItem, storageEvents$.

2026-06-02
rxjs-utils-array-operators
Développeurs de logiciels

Array RxJS operators from @ibenvandeveire/rxjs-utils: mapArray, sortArray, sliceArray. Use on observables that emit arrays; empty array if undefined.

2026-06-02
rxjs-utils-operators
Développeurs de logiciels

RxJS operators from @ibenvandeveire/rxjs-utils: populate, pluck, pluckOr, fetchIf, combineBooleans. Use when enriching streams or conditional fetches.

2026-06-02
rxjs-utils-types
Développeurs de logiciels

Observable type aliases from @ibenvandeveire/rxjs-utils (ObservableBoolean, ObservableArray, ObservableRecord, etc.). Use for clearer RxJS signatures.

2026-06-02
ibenvandeveire-accessibility
Développeurs de logiciels

Accessibility expectations for @ibenvandeveire Angular packages (W3C/WAI). Use when implementing ngx-layout, ngx-inform, ngx-forms, or other packages that require labels, ARIA roles, or user-provided a11y setup.

2026-06-02
types-authentication
Développeurs de logiciels

Shared auth TypeScript types for @ibenvandeveire/ngx-authentication. Use for AuthenticationResponse, AuthenticatedUserSession, and typing sign-in/sign-out services.

2026-06-02
ibenvandeveire-utils
Développeurs de logiciels

Framework-agnostic helpers from @ibenvandeveire/utils. Use when merging partial objects and omitting undefined properties with the merge util.

2026-06-02