@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)
}

Dependencies

Peer Dependencies

Icon Solutions

Icons own library for use of commonly used components.

  • "@iconsolutions/common"