build: hide @angular/http for Angular v8 (#29550)

Currently our plan is to skip the publish, docgen, and update steps for this package.
During RC, we'll determine if the breaking change is too difficult for users, in which case we might restore the package for another major.

PR Close #29550
This commit is contained in:
Alex Eagle
2019-03-27 10:50:39 -07:00
committed by Jason Aden
parent 98f8b0f328
commit 03d914a6c2
20 changed files with 15 additions and 52 deletions

View File

@ -88,8 +88,9 @@ module.exports = new Package('angular-api', [basePackage, typeScriptPackage])
'core/testing/index.ts',
'elements/index.ts',
'forms/index.ts',
'http/index.ts',
'http/testing/index.ts',
// Current plan for Angular v8 is to hide documentation for the @angular/http package
// 'http/index.ts',
// 'http/testing/index.ts',
'platform-browser/index.ts',
'platform-browser/animations/index.ts',
'platform-browser/testing/index.ts',