Options
All
  • Public
  • Public/Protected
  • All
Menu

@studyportals/microservice-injector

Microservice Injector

Streamline injecting microservices (bob microservices, js, css resources) into the page.

Installation

this package is written in TypeScript and runs on Node.js and is available on Github Package Registry.

$ npm i @studyportals/microservice-injector

Publishing the package on the GitHub Package Registry

  1. Run npm publish

Functions

injectBobMicroservice(src: string): Promise<void>
injectScriptToBody(src: string): Promise<void>
injectStyleSheetToHead(src: string): Promise<void>

Advanced documentation

Visit our extensive API documentation: https://studyportals.github.io/microservice-injector/

Generated using TypeDoc