Streamline injecting microservices (bob microservices, js, css resources) into the page.
this package is written in TypeScript and runs on Node.js and is available on Github Package Registry.
$ npm i @studyportals/microservice-injector
npm publish
injectBobMicroservice(src: string): Promise<void>
injectScriptToBody(src: string): Promise<void>
injectStyleSheetToHead(src: string): Promise<void>
Visit our extensive API documentation: https://studyportals.github.io/microservice-injector/
Generated using TypeDoc