Jmoore
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How can I deprecate an angular directive/component so that it strikes through the related html tag or attribute?
I am using /** * @deprecated message here */ To mark some code as deprecated that we can't just immediately remove for reasons.I would like the related html tags and attributes selects to have a s...