`@angular/platform-browser/animations` has a dependency on `@angular/animations` however, this is not listed in `peerDependencies` With this change we add this package as an optional peerDependency as it's only required when using the `@angular/platform-browser/animations` entrypoint. Fixes #35888 PR Close #35949