angular/packages/localize
Charles Lyding 402fcc57bb refactor(localize): bundle message digest algorithm directly in npm package (#48799)
The main entry point for the `@angular/localize` package no longer imports
the `@angular/compiler` package and now has no external dependencies. This
allows the main functionality of the package to be used without requiring
any other Angular packages. Only the message digest algorithm implementation
from the `@angular/compiler` package was being used and this code is now
bundled directly into the final npm package for `@angular/localize`.
The `tooling` secondary entry point still leverages and requires Angular
related packages (`@angular/compiler`/`@angular/compiler-cli`). However,
the tooling functionality is not intended to be used and/or bundled in
a web application.

Closes #48163

PR Close #48799
2023-01-24 18:31:25 +00:00
..
init build: reformat BUILD files (#48181) 2022-11-22 21:22:34 +00:00
schematics test: remove usages of deprecated runSchematicAsync function (#48745) 2023-01-17 09:13:39 -08:00
src refactor(localize): bundle message digest algorithm directly in npm package (#48799) 2023-01-24 18:31:25 +00:00
test refactor: update packages/localize to be strict ESM (#48521) 2022-12-19 19:50:43 +00:00
tools refactor: update packages/localize to be strict ESM (#48521) 2022-12-19 19:50:43 +00:00
BUILD.bazel refactor(localize): bundle message digest algorithm directly in npm package (#48799) 2023-01-24 18:31:25 +00:00
index.ts refactor(localize): bundle message digest algorithm directly in npm package (#48799) 2023-01-24 18:31:25 +00:00
localize.ts fix(localize): add triple slash type reference on @angular/localize on `ng add (#48502) 2023-01-04 11:50:45 -08:00
package.json build: update all non-major dependencies (#48755) 2023-01-17 09:16:19 -08:00
PACKAGE.md docs(localize): expose documentation for the @angular/localize package (#40317) 2021-03-19 12:36:10 -07:00
private.ts refactor(localize): init APF entry-point should not duplicate code (#45405) 2022-04-21 11:09:39 -07:00