docs(common): improve deprecation notices to be parsed by tslint

Closes: #24237
This commit is contained in:
Alan Agius
2018-06-01 22:09:01 +02:00
committed by Victor Berchet
parent 0e1919c2db
commit 10213d0ca0
15 changed files with 32 additions and 32 deletions

View File

@ -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: [