Load stylesheets dynamically. Also scripts.
import { Sheetload } from '@nowzoo/sheetload'; //... Sheetload.load(url) .then((el: HTMLLinkElement) => { //... });
import { Scriptload } from '@nowzoo/sheetload'; //... Scriptload.load(url) .then((el: HTMLScriptElement) => { //... });