chore: add upgrade/static to API reference

This commit is contained in:
Jesus Rodriguez 2016-11-05 00:37:47 +01:00
parent 6ec0e8c376
commit 2649647ecb
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
'@angular/router/index.ts',
'@angular/router/testing/index.ts',
'@angular/upgrade/index.ts',
'@angular/upgrade/static.ts'
];
readTypeScriptModules.hidePrivateMembers = true;