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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Hi, recently I have upgrade my ionic/angular project into angular version 15 from angular 14
In angular 14 working as Aspected. but after upgrading to angular 15 getting the error below
Error: Failed to initialize Angular compilation - Failed to compile entry-point @stomp/ng2-stompjs
error NG2006: The injectable RxStompService inherits its constructor from RxStomp, but the latter does not have an Angular decorator of its own.
I think the error getting because of angular 15 changes in the Dependency Injection link attached below
The Angular compilation process has changed significantly in the past few releases. Because of that, it is no longer possible to maintain a single version of this library that works across all versions.
Hi, recently I have upgrade my ionic/angular project into angular version 15 from angular 14
In angular 14 working as Aspected. but after upgrading to angular 15 getting the error below
Error: Failed to initialize Angular compilation - Failed to compile entry-point @stomp/ng2-stompjs
error NG2006: The injectable RxStompService inherits its constructor from RxStomp, but the latter does not have an Angular decorator of its own.
I think the error getting because of angular 15 changes in the Dependency Injection link attached below
https://angular.io/guide/update-to-version-15#invalid-constructors-for-dependency-injection-can-report-compilation-errors
The text was updated successfully, but these errors were encountered: