welcome-screen
v1.0.6
Published
<h1 align="center">Welcome to welcome-screen 👋</h1> <p> <a href="https://www.npmjs.com/package/welcome-screen" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/welcome-screen.svg"> </a> <a href="https://github.com/shor
Downloads
3
Readme
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