From c3f82fa8848fe9f06da386ee91fc3cb93204264d Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Tue, 30 Jun 2020 12:06:27 +0300 Subject: [PATCH] docs: refer to deprecation issue --- docs/en/UI/Angular/Migration-Guide-v3.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en/UI/Angular/Migration-Guide-v3.md b/docs/en/UI/Angular/Migration-Guide-v3.md index fd94304f34..8690e58165 100644 --- a/docs/en/UI/Angular/Migration-Guide-v3.md +++ b/docs/en/UI/Angular/Migration-Guide-v3.md @@ -355,6 +355,15 @@ Once you bind the injected `ListService` instance through `NgxDatatableListDirec **Important Note:** The `abp-table` is not removed, but is deprecated and will be removed in the future. Please consider switching to ngx-datatable. +### Deprecated Interfaces + +Some interfaces have long been marked as deprectaed and now they are removed. + +#### What to Do When Migrating? + +- Please check if you are still using [anything listed in this issue](https://github.com/abpframework/abp/issues/4281) + + ## What's Next? * [Service Proxies](./Service-Proxies.md)