fix(ngc): don't codegen foo.d.ngfactory.ts from foo.d.ts (#10833)

This commit is contained in:
Alex Eagle
2016-08-18 10:11:06 -07:00
committed by Kara
parent 292ccf882a
commit cd8cbd3762
4 changed files with 18 additions and 4 deletions

View File

@ -13,6 +13,7 @@ PKGS=(
rxjs
@types/{node,jasmine}
jasmine
@angular2-material/{core,button}
)
TMPDIR=${TMPDIR:-.}