2017-09-26 15:02:33 -07:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*
|
|
|
|
* @externs
|
|
|
|
*/
|
|
|
|
|
2019-09-03 11:43:13 -07:00
|
|
|
/**
|
|
|
|
* This is needed to declare global `$localize` to let closure compiler know
|
|
|
|
* about the global variable.
|
|
|
|
*/
|
|
|
|
var $localize;
|