docs: migrate examples from @angular/http to @angular/common/http (#28296)

PR Close #28296
This commit is contained in:
Adam Plumer
2018-11-09 20:23:46 -06:00
committed by Kara Erickson
parent 4b9eb6185f
commit a29ce57732
38 changed files with 2432 additions and 2758 deletions

View File

@ -17,7 +17,6 @@ import './app/hero/hero-detail.component.no-testbed.spec.ts';
import './app/hero/hero-detail.component.spec.ts';
import './app/hero/hero-list.component.spec.ts';
import './app/model/hero.service.spec.ts';
import './app/model/http-hero.service.spec.ts';
import './app/model/testing/http-client.spec.ts';
import './app/shared/highlight.directive.spec.ts';
import './app/shared/title-case.pipe.spec.ts';