Mixins in Ember FW ACL
Mixins are a way to define certain properties to other classes. For more informations on Mixins, see Ember API docs. The only mixin in Ember FW ACL is the AccessControlComponentMixin, which contains all of the shared code between the AccessControl Component and Access-Control Modal (both extend the mixin, and the only difference between them is whether isModal
is set to true or false). Thus technically, this mixin is the main aspect of the package, and again, the main details of how to implement it can be found in our concept guide.