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
This commit is contained in:
parent
86084260e6
commit
7ee6e63a6f
|
@ -51,6 +51,9 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
|
|||
'___esModule',
|
||||
'___core_private_types__',
|
||||
'___platform_browser_private__',
|
||||
'___platform_browser_private_types__',
|
||||
'___platform_browser_dynamic_private__',
|
||||
'___platform_browser_dynamic_private_types__',
|
||||
'___compiler_private__',
|
||||
'__core_private__',
|
||||
'___core_private__'
|
||||
|
|
Loading…
Reference in New Issue