Skip to content

Commit

Permalink
fix(closure): suppress two more closure compiler checks in codegen (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored and vikerman committed Nov 4, 2016
1 parent 383f23b commit 77cbf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/compiler-cli/src/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GENERATED_OR_DTS_FILES = /\.d\.ts$|\.ngfactory\.ts$|\.css\.ts$|\.css\.shim
const PREAMBLE = `/**
* @fileoverview This file is generated by the Angular 2 template compiler.
* Do not edit.
* @suppress {suspiciousCode}
* @suppress {suspiciousCode,uselessCode,missingProperties}
*/
/* tslint:disable */
Expand Down

0 comments on commit 77cbf7f

Please sign in to comment.