angular/goldens/public-api
Alex Rickabaugh f736bea8ee refactor(core): deprecate @Component.interpolation (#55778)
Angular has long had the ability to use different interpolation delimiters
(by default `{{` and `}}`). This concept was copied over from AngularJS,
where AngularJS syntax is included in HTML sent over the network to the
browser. Occasionally developers would use SSR frameworks which _also_ have
interpolation syntaxes of their own, so there was a need to change the
delimiters used by AngularJS to avoid conflicts.

Since Angular templates are always processed by our compiler and the
interpolation characters are never processed by other systems first, this
option is vestigial in Angular and only increases the complexity of our
parser.

DEPRECATED: `@Component.interpolation` is deprecated. Use Angular's
delimiters instead.

PR Close #55778
2024-05-14 11:48:12 -07:00
..
animations refactor(animations): remove deprecated matchesElement from AnimationDriver (#55479) 2024-04-23 13:06:27 -07:00
common refactor(common): Deprecate Local Data API functions (#54483) 2024-04-23 12:22:43 -07:00
compiler-cli fix(compiler-cli): add diagnostic if initializer API is used outside of an initializer (#54993) 2024-03-28 09:17:02 -07:00
core refactor(core): deprecate @Component.interpolation (#55778) 2024-05-14 11:48:12 -07:00
elements fix(elements): support input transform functions (#50713) 2023-06-22 09:47:16 -07:00
forms refactor(forms): deprecate unwanted control events aliases (#55698) 2024-05-13 11:16:15 -07:00
localize refactor: migrate localize to prettier formatting (#55423) 2024-04-19 13:49:24 -07:00
platform-browser refactor(platform-browser): remove deprecated transfer state APIs (#55474) 2024-04-23 13:05:38 -07:00
platform-browser-dynamic refactor(platform-browser-dynamic): unused RESOURCE_CACHE_PROVIDER API has been removed (#54875) 2024-03-18 16:53:27 -07:00
platform-server test: update platform-server API golden (#54874) 2024-03-18 16:37:07 -07:00
router feat(router): withNavigationErrorHandler can convert errors to redirects (#55370) 2024-04-17 15:53:02 -07:00
service-worker refactor(service-worker): Remove deprecated activated & available observables. (#49498) 2023-10-10 11:54:07 -07:00
upgrade fix(compiler-cli): libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714) 2023-06-14 16:27:59 +02:00
manage.js ci: complete migration to prettier formatting (#55580) 2024-04-29 14:00:16 -07:00