Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 7ee6e63

Browse files
api-builder: ignore additional platform browser private exports
These exports should not be part of the docs and cause the doc-gen to fail. Closes #1667
1 parent 8608426 commit 7ee6e63

File tree

1 file changed

+3
-0
lines changed
  • tools/api-builder/angular.io-package

1 file changed

+3
-0
lines changed

tools/api-builder/angular.io-package/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
5151
'___esModule',
5252
'___core_private_types__',
5353
'___platform_browser_private__',
54+
'___platform_browser_private_types__',
55+
'___platform_browser_dynamic_private__',
56+
'___platform_browser_dynamic_private_types__',
5457
'___compiler_private__',
5558
'__core_private__',
5659
'___core_private__'

0 commit comments

Comments
 (0)