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
@ -99,7 +99,7 @@ function mergeOptions(
|
||||
* http.get('request-from-mock-backend.json').subscribe((res:Response) => doSomething(res));
|
||||
* ```
|
||||
*
|
||||
* @deprecated use @angular/common/http instead
|
||||
* @deprecated see https://angular.io/guide/http
|
||||
*/
|
||||
@Injectable()
|
||||
export class Http {
|
||||
@ -187,7 +187,7 @@ export class Http {
|
||||
|
||||
|
||||
/**
|
||||
* @deprecated use @angular/common/http instead
|
||||
* @deprecated see https://angular.io/guide/http
|
||||
*/
|
||||
@Injectable()
|
||||
export class Jsonp extends Http {
|
||||
|
Reference in New Issue
Block a user