ng-cache-loader
ng-cache-loader copied to clipboard
Getting warning of Emitted value and template status in blocked in network call
Hello @teux
Version detail webpack: 5.70.0 ng-cache-loader: 0.0.26
I am using below rules in webpack.config

In test.html
With this line in ts file
require('ng-cache-loader?!../../templates/test.html'),
it shows warning at time of build project, it shows whole template html like

and network call it show blocked status for template fetching like,

Pls guide me for this issue