ngx-script-loader
ngx-script-loader copied to clipboard
Feature request: add loadStyle() method
trafficstars
Same as loadScript, only for <link href="...">:
this.loader.loadStyle('assets/node_modules/prismjs/prism.css'),
Library name is script-loader but since many external libraries also needs style files, that can be considered as a feature of this library, I think.