parent
c3aea737ff
commit
6233cd55f7
|
@ -75,7 +75,7 @@ module.exports = new Package('angular-api', [basePackage, typeScriptPackage])
|
||||||
readTypeScriptModules.ignoreExportsMatching = [/^[_ɵ]|^VERSION$/];
|
readTypeScriptModules.ignoreExportsMatching = [/^[_ɵ]|^VERSION$/];
|
||||||
readTypeScriptModules.hidePrivateMembers = true;
|
readTypeScriptModules.hidePrivateMembers = true;
|
||||||
|
|
||||||
// NOTE: This list shold be in sync with tools/public_api_guard/BUILD.bazel
|
// NOTE: This list should be in sync with tools/public_api_guard/BUILD.bazel
|
||||||
readTypeScriptModules.sourceFiles = [
|
readTypeScriptModules.sourceFiles = [
|
||||||
'animations/index.ts',
|
'animations/index.ts',
|
||||||
'animations/browser/index.ts',
|
'animations/browser/index.ts',
|
||||||
|
|
Loading…
Reference in New Issue