Closed itsnotvalid closed 5 years ago
Even i am getting the same issue.
overriding fileapi entry point fixed the issue for me.
for angular-cli projects in tsconfig.json add "path" property with the following value:
"paths": { "fileapi": ["../node_modules/fileapi/dist/FileAPI.html5.min.js"] }
for webpack projects add "resolve" to the webpack.config.json:
resolve: { alias: { 'fileapi': 'dist/FileAPI.html5.min.js' } }
for system.js add the following property to "packages":
'fileapi': { main: 'dist/FileAPI.html5.min.js', defaultExtension: 'js' },
After reviewing the code, it's found that it did not disable (or expose) the the option to disable usage of flash plugin or expose params to tune the location of the swf.