docs(dgeni): fix Location-class missing from API list

This commit is contained in:
Naomi Black 2016-04-27 21:38:38 -07:00
parent ebc022e475
commit e91b4254de
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
'angular2/http.ts',
'angular2/http/testing.ts',
'angular2/instrumentation.ts',
'angular2/platform/browser.ts',
'angular2/platform/browser_common.ts',
'angular2/platform/location.ts',
'angular2/router.ts',
'angular2/router/testing.ts',
'angular2/upgrade.ts',