Skip to content

Commit b0bc25d

Browse files
JeanMechealxhub
authored andcommitted
refactor(localize): mark TargetMessage and MessageId as public. (angular#52418)
Both entries are exported in the `index.ts` PR Close angular#52418
1 parent 07623ca commit b0bc25d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/localize/src/utils/src/messages.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ export type SourceMessage = string;
3333
* I.E. the message that indicates what will be translated to.
3434
*
3535
* Uses `{$placeholder-name}` to indicate a placeholder.
36+
*
37+
* @publicApi
3638
*/
3739
export type TargetMessage = string;
3840

3941
/**
4042
* A string that uniquely identifies a message, to be used for matching translations.
43+
*
44+
* @publicApi
4145
*/
4246
export type MessageId = string;
4347

0 commit comments

Comments
 (0)