projects/common/interactive/error-registry/provide-error-registry.ts
Provides CngxErrorRegistry and optional global reveal triggers.
Composes feature flags via _apply partial-config functions, mirroring provideFormField's shape. Without features, registers the registry only; pair with withGlobalRevealOnSubmit or withRevealOnNavigate to install ambient reveal behaviour.
_apply
provideFormField
bootstrapApplication(AppComponent, { providers: [ provideErrorRegistry( withGlobalRevealOnSubmit(), withRevealOnNavigate(), ), ], });
provideErrorRegistry(...features: undefined)
EnvironmentProviders