fix: create proper externs so that closure does not clobber e.g. ng for internal variables (#19423)

This commit is contained in:
Tobias Bosch
2017-09-26 15:02:33 -07:00
committed by Victor Berchet
parent 8a0e45826a
commit b21a1d1961
4 changed files with 57 additions and 4 deletions

View File

@ -0,0 +1,18 @@
/**
* @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
*/
/**
* @suppress {duplicate}
*/
var ng;
/**
* @suppress {duplicate}
*/
var wtf;