From 12f2101d08e42715a408f2af401601af8f8cbc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Shevitz=20=F0=9F=94=B5?= Date: Mon, 8 Jun 2020 21:12:27 +0000 Subject: [PATCH] docs: add link to Angular component/material changelog. (#37491) At present, users don't have an easy way to discover what deprecations occurred for Angular CDK or Angular Material. This change adds a link to the changelog to the deprecations.md file. PR Close #37491 --- aio/content/guide/deprecations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 25cb09da6e..34c1e5a304 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -62,8 +62,7 @@ v9 - v12 | template syntax | [`/deep/`, `>>>`, and `::ng-deep`](#deep-component-style-selector) | unspecified | | browser support | [`IE 9 and 10, IE mobile`](#ie-9-10-and-mobile) | v11 | - - +For information about Angular CDK and Angular Material deprecations, see the [changelog](https://github.com/angular/components/blob/master/CHANGELOG.md). ## Deprecated APIs