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:
Peter Bacon Darwin 2016-06-15 08:31:30 +01:00
parent 86084260e6
commit 7ee6e63a6f
1 changed files with 3 additions and 0 deletions

View File

@ -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__'