Documentation for a newer release is available.
View Latest
@iconsolutions/permissions
Getting Started
To begin using the library simply run npm i @iconsolutions/permissions in whatever angular app you need to use the library in.
You will need to add the following to the app routing module:
{
path: 'permissions',
loadChildren: () =>
import('@iconsolutions/permissions').then((m) => m.PermissionsModule)
}