docs: update http with @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 17:47:13 +01:00
committed by Alex Rickabaugh
parent 982bc7f2aa
commit 3511f08a81
15 changed files with 31 additions and 0 deletions

View File

@ -38,6 +38,7 @@ import {URLSearchParams} from './url_search_params';
* ```
*
* @deprecated see https://angular.io/guide/http
* @publicApi
*/
export class RequestOptions {
/**
@ -201,6 +202,7 @@ export class RequestOptions {
* ```
*
* @deprecated see https://angular.io/guide/http
* @publicApi
*/
@Injectable()
export class BaseRequestOptions extends RequestOptions {