angular/packages/core
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
..
global docs(docs-infra): Add missing API entries to ADEV (#54530) 2024-02-21 16:41:33 +00:00
primitives build: switch from rollup and terser to esbuild for creating contract bundle (#55705) 2024-05-13 12:49:30 -07:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
schematics fix(migrations): preserve existing properties in HttpClientModule migration (#55777) 2024-05-14 11:10:57 -07:00
src refactor(core): deprecate @Component.interpolation (#55778) 2024-05-14 11:48:12 -07:00
test refactor(core): Rename BaseDispatcher to Dispatcher. (#55721) 2024-05-13 12:30:08 -07:00
testing refactor(core): clean up clang comments and workarounds (#55750) 2024-05-13 11:10:36 -07:00
BUILD.bazel build: switch from rollup and terser to esbuild for creating contract bundle (#55705) 2024-05-13 12:49:30 -07:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json build: make JSA contract binary accessible (#55361) 2024-04-17 10:37:31 +02:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00