docs(common): improve deprecation notices to be parsed by tslint
Closes: #24237 Closes: #24249
This commit is contained in:

committed by
Victor Berchet

parent
5794506c64
commit
069062236c
@ -37,7 +37,7 @@ import {URLSearchParams} from './url_search_params';
|
||||
* console.log('options.url:', options.url); // https://google.com
|
||||
* ```
|
||||
*
|
||||
* @deprecated use @angular/common/http instead
|
||||
* @deprecated see https://angular.io/guide/http
|
||||
*/
|
||||
export class RequestOptions {
|
||||
/**
|
||||
@ -200,7 +200,7 @@ export class RequestOptions {
|
||||
* console.log('req.url:', req.url); // https://google.com
|
||||
* ```
|
||||
*
|
||||
* @deprecated use @angular/common/http instead
|
||||
* @deprecated see https://angular.io/guide/http
|
||||
*/
|
||||
@Injectable()
|
||||
export class BaseRequestOptions extends RequestOptions {
|
||||
|
Reference in New Issue
Block a user