You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
Current behavior
Building an Angular application migrated already to 15.0.4 with @ngneat/error-tailor 2.2.2 works as expected.
After updating to @ngneat/error-tailor 3.0.3 the build completely collapsed. It seems that ErrorTailorModule is not available at all.
Expected behavior
@NetanelBasal The build should still work with @ngneat/error-tailor 3.0.3 and be compatible with the NgModule convention.
What is the motivation / use case for changing the behavior?
The Standalone Component API in Angular v15 is not a breaking change. It's only an optional feature, and NgModule API is still and will be fully supported. The new version of @ngneat/error-tailor shouldn't require changing the actual structure of applications, including using the bootstrapApplication sequence.
Environment
Angular version: 15.0.4
Browser:
- any
For Tooling issues:
- Node version: 16.14.0
- Platform: any
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Current behavior
Building an Angular application migrated already to 15.0.4 with @ngneat/error-tailor 2.2.2 works as expected.
After updating to @ngneat/error-tailor 3.0.3 the build completely collapsed. It seems that
ErrorTailorModule
is not available at all.Expected behavior
@NetanelBasal The build should still work with @ngneat/error-tailor 3.0.3 and be compatible with the NgModule convention.
What is the motivation / use case for changing the behavior?
The Standalone Component API in Angular v15 is not a breaking change. It's only an optional feature, and NgModule API is still and will be fully supported. The new version of @ngneat/error-tailor shouldn't require changing the actual structure of applications, including using the
bootstrapApplication
sequence.Environment
The text was updated successfully, but these errors were encountered: