I am trying to use a library that has these instructions:
This module is dependant of
hls.js
library and you need to install vianpm install hls.js --save
and include it on your.angular-cli.json
config file:{ ... "apps": [ { ... "scripts": [ "../node_modules/hls.js/dist/hls.min.js" ], ... } ], ... }
What is the Ionic v3 equivalent to that?