chore: add upgrade/static to API reference (#2755)

This commit is contained in:
Jesús Rodríguez 2016-11-14 21:38:49 +01:00 committed by GitHub
commit 43457e9765
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;