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 Jun 20, 2019. It is now read-only.
We have a section that we don't validate things like ngInit. What validation can we do?
The closest I can think of is checking that people don't access inputs inside of the constructor, and recommend checking them in ngInit. But that's not validating ngInit, per say, and there are all kinds of other hooks to think about.
Anybody have any ideas? Or should I just mark those checkboxes as N/A?