Skip to main content
Run any Skill in Manus
with one click
GitHub repository

opensource

opensource contains 37 collected skills from IbenTesara, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
37
Stars
2
updated
2026-06-02
Forks
1
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

ngx-authentication-directives-pipes
software-developers

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

2026-06-02
ngx-authentication-guards
software-developers

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

2026-06-02
ngx-authentication-http-client
software-developers

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

2026-06-02
ngx-authentication-service
software-developers

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

2026-06-02
ngx-authentication-setup
software-developers

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

2026-06-02
ngx-cookies
software-developers

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
software-developers

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
software-developers

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

2026-06-02
ngx-forms-form-accessor
software-developers

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

2026-06-02
ngx-forms-errors
software-developers

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

2026-06-02
ngx-forms-validators
software-developers

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

2026-06-02
ngx-forms-save-on-exit
software-developers

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

2026-06-02
ngx-i18n
software-developers

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
software-developers

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
software-developers

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

2026-06-02
ngx-inform-tooltips
software-developers

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

2026-06-02
ngx-inform-tour
software-developers

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

2026-06-02
ngx-layout-accordion
software-developers

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

2026-06-02
ngx-layout-configurable-layout
software-developers

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

2026-06-02
ngx-layout-display-content
software-developers

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

2026-06-02
ngx-layout-image-marker
software-developers

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

2026-06-02
ngx-layout-markdown-button-link
software-developers

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

2026-06-02
ngx-layout-media-query
software-developers

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

2026-06-02
ngx-layout-mobile-layout
software-developers

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

2026-06-02
ngx-layout-table
software-developers

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

2026-06-02
ngx-store-rxjs
software-developers

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

2026-06-02
ngx-store-signals
software-developers

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

2026-06-02
ngx-utils-broadcast-channel
software-developers

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

2026-06-02
ngx-utils-pipes
software-developers

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

2026-06-02
ngx-utils-query-param-form-sync
software-developers

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

2026-06-02
ngx-utils-storage
software-developers

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

2026-06-02
rxjs-utils-array-operators
software-developers

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
software-developers

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

2026-06-02
rxjs-utils-types
software-developers

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

2026-06-02
ibenvandeveire-accessibility
software-developers

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
software-developers

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

2026-06-02
ibenvandeveire-utils
software-developers

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

2026-06-02