Skip to content

Commit d82d98c

Browse files
clydindgp1130
authored andcommitted
build: update @angular/localize import to use non-private entry
The `ɵParsedTranslation` type is now exported from the root entry point and can be used without the `private` deep import. (cherry picked from commit 5a6f621)
1 parent 7f255c6 commit d82d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/babel/presets/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import type { ɵParsedTranslation } from '@angular/localize/private';
9+
import type { ɵParsedTranslation } from '@angular/localize';
1010
import type {
1111
DiagnosticHandlingStrategy,
1212
Diagnostics,

0 commit comments

Comments
 (0)