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

Commit 050ef86

Browse files
committed
dgeni(api-surface): exclude private symbols for rc6
1 parent 48a3053 commit 050ef86

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
5454
'___platform_browser_private_types__',
5555
'___platform_browser_dynamic_private__',
5656
'___platform_browser_dynamic_private_types__',
57+
'___platform_server_private__',
58+
'___router_private__' ,
5759
'___core_private_testing_types__',
5860
'___compiler_private__',
5961
'__core_private__',

0 commit comments

Comments
 (0)