We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec0e8c commit 2649647Copy full SHA for 2649647
tools/api-builder/angular.io-package/index.js
@@ -66,6 +66,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
66
'@angular/router/index.ts',
67
'@angular/router/testing/index.ts',
68
'@angular/upgrade/index.ts',
69
+ '@angular/upgrade/static.ts'
70
];
71
readTypeScriptModules.hidePrivateMembers = true;
72
0 commit comments