New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiowa/fbis-application-switch

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiowa/fbis-application-switch

Readme.md

  • 8.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-60%
Maintainers
8
Weekly downloads
 
Created
Source

ApplicationSwitch

Angular Registration

This requires the .Net implementation of App Switch. If the application is offline it will return 503 Status Codes. The angular module will listen for these 503 status codes and reload the application to display the offline message. It also adds a route listener that will check the applications status on each angular route navigation.

npm install @uiowa/fbis-application-switch

In app.module.ts add the following module to the imports

FbisApplicationSwitchModule

In app.component.ts inject FbisApplicationSwitchService

private readonly appSwitchService: FbisApplicationSwitchService

Then in the ngOnInit method add the following line

this.appSwitchService.registerAppSwitch();

FAQs

Package last updated on 26 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc