File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,11 @@ <h3 id="moduledeps">
120
120
Using a property of my.submoduleA prevents Closure presubmit failures complaining that the file is
121
121
required but never used. Using the .name property avoids duplicating strings.</ p >
122
122
123
- < h3 id ="externs "> Use the provided Angular externs file</ h3 >
124
- < p >
125
- < a href ="https://cs.corp.google.com/#piper///depot/google3/third_party/javascript/angular/v1_2/BUILD "> //third_party/javascript/angular/v1_2:externs</ a >
126
- </ p >
123
+ < h3 id ="externs "> Use a common externs file</ h3 >
127
124
128
125
< p > This maximally allows the JS compiler to enforce type safety in the presence of externally
129
126
provided types from Angular, and means you don't have to worry about Angular vars being obfuscated
130
- in a confusing way. If you come across any issues with the externs file, please alert the Angular
131
- users group and create a CL if you would to address the problem.</ p >
127
+ in a confusing way. </ p >
132
128
133
129
< p > Note to readers outside Google: the current externs file is located in an internal-to-Google
134
130
directory, but an example can be found on github < a href ="https://github.com/angular/angular.js/pull/4722 ">
You can’t perform that action at this time.
0 commit comments