fix(closure): suppress two more closure compiler checks in codegen (#12698)

This commit is contained in:
Alex Eagle 2016-11-04 15:18:05 -07:00 committed by vikerman
parent 383f23b578
commit 77cbf7f2bb
1 changed files with 1 additions and 1 deletions

View File

@ -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 */