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

Commit e91b425

Browse files
committed
docs(dgeni): fix Location-class missing from API list
1 parent ebc022e commit e91b425

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
4848
'angular2/http.ts',
4949
'angular2/http/testing.ts',
5050
'angular2/instrumentation.ts',
51-
'angular2/platform/browser.ts',
51+
'angular2/platform/browser_common.ts',
52+
'angular2/platform/location.ts',
5253
'angular2/router.ts',
5354
'angular2/router/testing.ts',
5455
'angular2/upgrade.ts',

0 commit comments

Comments
 (0)