Hi, I would like to buy CleanUI as our Website React template, I appreciate if you may kindly answer my questions:
1) Is there any way that the user can close one widget or draggable that widget (some other templates have it)?
2) Our company portal has multiple users (one domain) that they paid annually payment for membership, a regular license is enough?
3) The React Template has RTL (Right to Left) support? or at least do you have any plan to do it later?
cleanui-admin-template-react-cra@3.2.1 start /home/jssilva93/WebstormProjects/mercurio
react-app-rewired start
Cannot read property 'use' of undefined
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cleanui-admin-template-react-cra@3.2.1 start: react-app-rewired start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cleanui-admin-template-react-cra@3.2.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Good Afternoon, i am using the angular version and i trying to use Basic ACL but i don't understand how to implemen it, can someone guide me? Actually i make a copy of the components inside my module and in my html put this:
<cui-acl [roles]="['super']" redirect="/dashboard/beta">
... content
</cui-acl>
the component do the rol validation but not redirect to the path. am i missing something?