update angular schematics to 16.0.x #14739
Description
We must update angular schmeatics by hand with copy-paste. It doesn't publish via npm. So the pr was updated the deps.
Resolves #14738
Resolves #14707
Test steps
Go to abp/npm/
Executeabp/npmcdep/deploy-suite-run-before-nuget.ps1
with powershell
Go to /abp/licensing/Volo.Abp.Commercial.SuiteTemplates
run dotnet build
Go to /abp/suite/src/Volo.Abp.Suite
dotnet run
(now you executed abp suite in your local)
go to localhost:3000
creata a angular app.
create a entitiy like book with properties
save and generate
expected:
it should create compnents in app without any issues.