Simple page to display to users as they are launching into your website. Loads access controls based on the environmental values in the background.
npm install welcome-screen
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
}
]
π€ Corey Yates
- Github: @shortcircuit21
Give a βοΈ if this project helped you!
Copyright Β© 2020 Corey Yates.
This project is MIT licensed.
This README was generated with β€οΈ by readme-md-generator