angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

Validate directive / component definition #118

Open Narretz opened 8 years ago

Narretz commented 8 years ago

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.

gkalpak commented 8 years ago

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