ember-can
ember-can copied to clipboard
Simple authorisation addon for Ember apps
A draft of the future
- Install TypeScript - Install DefinitelyTyped packages from Ember addon blueprint - Install `@types/ember-data__model` - Configure eslint for TS - Type `AbilitiesService`
Thanks for this library! Do you have any plans to offer TypeScript type definitions or convert the code to TS?
Related #138
Could anyone try if you have the same problem? I believe it's related to the last release of EmberJS (3.27) when doing `npm run test`: ``` [ember-auto-import] this version of...
The latests versions of EmberJS are deprecating the use of EmberObject and Ember computed properties to use native ones instead. This could be a good improvement, also if we think...
This prevents an error that was thrown when the helper is being destroyed while recomputing
First of all, thanks for writing this addon, we are relying a lot on it in our app. While upgrading to the latest version of ember-can we came across an...
I'd like to propose the following changes to support more interactions with the library. # Motivation I like the idea of sharing permissions using ember-can abilities but I would like...