ember-strong-attrs icon indicating copy to clipboard operation
ember-strong-attrs copied to clipboard

Declare and enforce your Ember Component's attributes and their types

Results 4 ember-strong-attrs issues
Sort by recently updated
recently updated
newest added

https://travis-ci.org/yapplabs/ember-strong-attrs

e.g. `'requiredAttr' is defined but never used.`

e.g. `@optionalAttr('someProperty', String, { defaultValue: 'lullaby' })` This may be out of scope for a validation-focused addon, but it could bring this approach to component attrs more in line with...