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

Closes: #24237
Closes: #24249
This commit is contained in:
Alan Agius
2018-06-01 22:09:01 +02:00
committed by Victor Berchet
parent 5794506c64
commit 069062236c
15 changed files with 32 additions and 32 deletions

View File

@ -32,7 +32,7 @@
* console.log(thirdHeaders.get('X-My-Custom-Header')); //'Angular'
* ```
*
* @deprecated use @angular/common/http instead
* @deprecated see https://angular.io/guide/http
*/
export class Headers {
/** @internal header names are lower case */