FR-12555 - support-angular-16-backward-compatible #449
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support angular 16 backward compatible without signals
enable ivy by removing

"enablvy": false
to support angular 16 build - angular 16 drop support to view engine so only ivy engine is enabled checkout angularCHANGELOG.md
file-Change angular version from
~12.0.5
to^12.0.0
to remove error build of incompatible angular versions with ivy engineAvoid updating angular version to 16 because this will drop support for previous versions
How should we test it
Releasing
5 => 6
just like angular version15 => 16
, this way it will make it very clear to our customers that this version is the one compatible with angular 16 when upgrading their angular versionafter checking this pr move on to the signals support pr - #450