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

committed by
Victor Berchet

parent
0e1919c2db
commit
10213d0ca0
@ -40,7 +40,7 @@ export function jsonpFactory(jsonpBackend: JSONPBackend, requestOptions: Request
|
||||
/**
|
||||
* The module that includes http's providers
|
||||
*
|
||||
* @deprecated use @angular/common/http instead
|
||||
* @deprecated see https://angular.io/guide/http
|
||||
*/
|
||||
@NgModule({
|
||||
providers: [
|
||||
@ -60,7 +60,7 @@ export class HttpModule {
|
||||
/**
|
||||
* The module that includes jsonp's providers
|
||||
*
|
||||
* @deprecated use @angular/common/http instead
|
||||
* @deprecated see https://angular.io/guide/http
|
||||
*/
|
||||
@NgModule({
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user