angular-hint
angular-hint copied to clipboard
Validate directive / component definition
Both are not very strongly validated by angular, and since the component is only a subset of the directive options, it especially could benefit from some hinting.
If anyone decides to tackle this, here is a possible implementation initially intended for inclusion in core (until we decided it was a better fit for ngHint
): https://github.com/angular/angular.js/pull/13802