Angular - Aligning Related Dependencies for NPM #18882
BackDescription
Resolves #18721
Relates on ABP side :: https://github.com/abpframework/abp/pull/21384
Relates on Lepton side :: #2535
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- You need to use either the
app-pro
template or the project generated through abp cli, and you should usenpm
rather thanyarn
to manage packages. - You can get the builds for the modified packages by using
npm run nx build <package-name>
- Then, you need to copy the changes under
dist
folder and paste into the template.