docs(dgeni): add in missing barrel files

closes #465
This commit is contained in:
Naomi Black 2015-12-09 14:49:35 -08:00
parent ee5da936da
commit f7b6d83422
2 changed files with 4 additions and 0 deletions

View File

@ -69,9 +69,11 @@ angularIO.controller('AppCtrl', ['$mdDialog', '$timeout', '$http', '$sce', funct
{ name: 'angular2/common', title: 'angular2/common' },
{ name: 'angular2/animate', title: 'angular2/animate' },
{ name: 'angular2/http', title: 'angular2/http' },
{ name: 'angular2/http/testing', title: 'angular2/http/testing' },
{ name: 'angular2/instrumentation', title: 'angular2/instrumentation' },
{ name: 'angular2/platform/browser', title: 'angular2/platform/browser' },
{ name: 'angular2/router', title: 'angular2/router' },
{ name: 'angular2/router/testing', title: 'angular2/router/testing' },
{ name: 'angular2/testing', title: 'angular2/testing' }
];
vm.apiType = '';

View File

@ -46,9 +46,11 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
'angular2/compiler.ts',
'angular2/core.ts',
'angular2/http.ts',
'angular2/http/testing.ts',
'angular2/instrumentation.ts',
'angular2/platform/browser.ts',
'angular2/router.ts',
'angular2/router/testing.ts',
'angular2/testing.ts'
];
readTypeScriptModules.hidePrivateMembers = true;