We get Warnings suggesting abp theme shared has hidden dependencies to older versions of angular ? Please advise
Upon further examination below, we can see that abp theme shared depends on @swimlane/ngx-datatable@19.0.0
> yarn why @swimlane/ngx-datatable
yarn why v1.22.17
[1/4] Why do we have the module "@swimlane/ngx-datatable"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "@swimlane/ngx-datatable@19.0.0"
info Reasons this module exists
- "@abp#ng.theme.shared" depends on it
- Hoisted from "@abp#ng.theme.shared#@swimlane#ngx-datatable"
info Disk size without dependencies: "5.1MB"
info Disk size with unique dependencies: "5.17MB"
info Disk size with transitive dependencies: "5.17MB"
info Number of shared dependencies: 1
Done in 1.13s.
* warning "@abp/ng.account > @abp/ng.theme.shared > @ngx-validate/core@0.1.1" has incorrect peer dependency "@angular/common@>=5.0.0 <11.0.0".
warning "@abp/ng.account > @abp/ng.theme.shared > @ngx-validate/core@0.1.1" has incorrect peer dependency "@angular/core@>=5.0.0 <11.0.0".
warning "@abp/ng.account > @abp/ng.theme.shared > @ngx-validate/core@0.1.1" has incorrect peer dependency "@angular/forms@>=5.0.0 <11.0.0".
warning "@abp/ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/common@^11.0.2".
warning "@abp/ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/core@^11.0.2".
warning "@abp/ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/platform-browser@^11.0.2".
.\start.ps1
We have migrated to ABP 5.1.3
Having checked the following docs we have been unable to find a solution to our problem.
We have chart code using the observable here: https://support.abp.io/QA/Questions/382/How-to-use-Chartjs-in-angular
And have made the changes after the upgrade: https://docs.abp.io/en/abp/5.0/UI/Angular/Chart-Component
But it's unclear about the observable.
Any ideas ?
Here it says ABP 5.1.3 does not support Angular 13, https://docs.abp.io/en/abp/5.0/Migration-Guides/Abp-5_0-Angular Is this still correct? (I notice it was edited last in October)
(package.json from abp 5.1.3 have angular 13 references)