welcome-screen
TypeScript icon, indicating that this package has built-in type declarations

1.0.6Β β€’Β PublicΒ β€’Β Published

Welcome to welcome-screen πŸ‘‹

Version Documentation Maintenance License: MIT

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i welcome-screen

Weekly Downloads

0

Version

1.0.6

License

none

Unpacked Size

141 kB

Total Files

26

Last publish

Collaborators

  • shortcircuit21