1.0.6 ⢠Published 5 years ago
welcome-screen v1.0.6
Simple page to display to users as they are launching into your website. Loads access controls based on the environmental values in the background.
Install
npm install welcome-screen
Usage
App.Module.ts Imports:
InvalidBrowserModule.forRoot(environment, routeName)
Environment.ts
applications: [
{
"applicationName": "Application Name",
"isActive": false,
"route": "main",
"adGroupName": ["Everyone"],
"groupdId": "",
"groupdId2": "",
"approver": "",
"subApplication": false
}
]
Author
š¤ Corey Yates
- Github: @shortcircuit21
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2020 Corey Yates. This project is MIT licensed.
This README was generated with ā¤ļø by readme-md-generator