ワンクリックで
ngx-utils-pipes
FocusClickDirective, BTW/IBAN/Transform/HasObservers pipes, and ngxReplaceElements from @ibenvandeveire/ngx-utils.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
FocusClickDirective, BTW/IBAN/Transform/HasObservers pipes, and ngxReplaceElements from @ibenvandeveire/ngx-utils.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Template directives ngxIsAuthenticated, ngxHasFeature, ngxHasPermission and impure pipes from @ibenvandeveire/ngx-authentication.
Route guards from @ibenvandeveire/ngx-authentication: NgxIsAuthenticatedGuard, NgxHasFeatureGuard, NgxHasPermissionGuard. Use with NgxAuthenticatedRoute data.
NgxAuthenticatedHttpClient and provideNgxAuthenticationConfiguration httpClientConfiguration. Use for base URL, withCredentials, authenticated interceptors, and download helper.
NgxAuthenticationAbstractService state: user$, session$, metadata$, hasFeature, hasPermission, global features. Use after provideNgxAuthenticationConfiguration.
Bootstrap @ibenvandeveire/ngx-authentication with provideNgxAuthenticationConfiguration and NgxAuthenticationAbstractService. Use when wiring sign-in/out and auth types.
Angular wrapper for CookieConsent V3 and cookie helpers from @ibenvandeveire/ngx-cookies. Use for setupCookiesHandler, consent observables, set/get/remove cookie, or *hasCookie directive.
| name | ngx-utils-pipes |
| description | FocusClickDirective, BTW/IBAN/Transform/HasObservers pipes, and ngxReplaceElements from @ibenvandeveire/ngx-utils. |
A11y-friendly click: mouse and Enter when focused (replaces plain click where keyboard access matters).
Format Belgian VAT (474603875 → 474.603.875) and IBAN spacing.
Checks if an @Output() has subscribers.
value | transform: fn — arbitrary transform in template.
Embed Angular web components inside translated/HTML strings.
@Input() names (Web Component limitation).createCustomElement + customElements.define in browser (NgxWindowService.isBrowser()).provideNgxReplaceElementsConfiguration({ link: { element, selector with {{id}}, includeInnerHtml? } }).<a data-link-id='uniqueId'>…</a>string | ngxReplaceElements: [{ id, elementId, data }]Same as ngx-core — JSON compare in ngOnChanges.