c7abb7d196
This commit documents and extends the basic `$localize` implementation to support adding a metadata block to the start of a tagged message. All the "pass-though" version does is to strip this block out, similar to what it does to placeholder name blocks. PR Close #32594
14 lines
394 B
TypeScript
14 lines
394 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
// DO NOT ADD public exports to this file.
|
|
// The public API exports are specified in the `./localize` module, which is checked by the
|
|
// public_api_guard rules
|
|
|
|
export * from './localize';
|