You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Currently when something is deprecated in Angular that thing is annotated with @deprecated. And that's it! Unfortunately, this does not tell the user how to proceed. Since this happened several times already, I'm logging this so a better deprecation process is documented in the coding guidelines and followed by contributors.
We should start with:
Each @deprecated annotation must be accompanied by a paragraph explaining where the users should go and also how long users have until the deprecated thing goes away (preferably in a form of a date, e.g. 2014-06-27).
When something is deprecated, the behavior must not change