test(ivy): add bundling test todo_i18n (#27420)

PR Close #27420
This commit is contained in:
Olivier Combe
2018-12-03 16:34:25 +01:00
committed by Igor Minar
parent bd864fb274
commit 7f17c70fd0
13 changed files with 996 additions and 6 deletions

1
packages/goog.d.ts vendored
View File

@ -16,6 +16,7 @@ declare namespace goog {
* as it is sometimes true.
*/
export const DEBUG: boolean;
export const getMsg: (input: string, placeholders?: {[key: string]: string}) => string;
}
/**