build(docs-infra): remove outdated comment (#40479)
The comment referred to pre v9 Angular. The `http` package has now been completely removed. PR Close #40479
This commit is contained in:
parent
0b46f814d0
commit
c6a2267bb4
|
@ -101,9 +101,6 @@ module.exports =
|
||||||
'core/testing/index.ts',
|
'core/testing/index.ts',
|
||||||
'elements/index.ts',
|
'elements/index.ts',
|
||||||
'forms/index.ts',
|
'forms/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/index.ts',
|
||||||
'platform-browser/animations/index.ts',
|
'platform-browser/animations/index.ts',
|
||||||
'platform-browser/testing/index.ts',
|
'platform-browser/testing/index.ts',
|
||||||
|
|
|
@ -15,8 +15,6 @@ const packageMap = {
|
||||||
core: ['core/index.ts', 'core/testing/index.ts'],
|
core: ['core/index.ts', 'core/testing/index.ts'],
|
||||||
elements: ['elements/index.ts'],
|
elements: ['elements/index.ts'],
|
||||||
forms: ['forms/index.ts'],
|
forms: ['forms/index.ts'],
|
||||||
// Current plan for Angular v8 is to hide the @angular/http package
|
|
||||||
// http: ['http/index.ts', 'http/testing/index.ts'],
|
|
||||||
'platform-browser': ['platform-browser/index.ts', 'platform-browser/animations/index.ts', 'platform-browser/testing/index.ts'],
|
'platform-browser': ['platform-browser/index.ts', 'platform-browser/animations/index.ts', 'platform-browser/testing/index.ts'],
|
||||||
'platform-browser-dynamic': ['platform-browser-dynamic/index.ts', 'platform-browser-dynamic/testing/index.ts'],
|
'platform-browser-dynamic': ['platform-browser-dynamic/index.ts', 'platform-browser-dynamic/testing/index.ts'],
|
||||||
'platform-server': ['platform-server/index.ts', 'platform-server/testing/index.ts'],
|
'platform-server': ['platform-server/index.ts', 'platform-server/testing/index.ts'],
|
||||||
|
|
Loading…
Reference in New Issue