karma.conf.js :
module.exports = function(config) { config.set({ files: [ {pattern: 'src/assets/*.xml', included: false, watched: false, served: true}, ], }); };
Source : https://stackoverflow.com/a/57331494/1655155.
Pour Angular
There was an error while loading. Please reload this page.