fix(api-builder): fix path to upgrade/static library (#3450)
This invalid path was causing the static upgrade library to be missed from the API documentation.
This commit is contained in:
parent
e2492a289b
commit
5bb92f29a4
|
@ -70,7 +70,7 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
|
|||
'router/index.ts',
|
||||
'router/testing/index.ts',
|
||||
'upgrade/index.ts',
|
||||
'upgrade/static.ts'
|
||||
'upgrade/static/index.ts'
|
||||
];
|
||||
readTypeScriptModules.hidePrivateMembers = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue