Valentine Zavrak
Results
2
comments of
Valentine Zavrak
> This code snippet wasn't working with the argument `document`, but it worked with `document.body`. > https://github.com/bahmutov/code-snippets/blob/master/ng-idle-apply-timing.js > I face the same problem. I use angular 1.3. It doesn't work,...
Had this problem on angularJS+Angular hybrid project because of incorrect require() statements. I had to install `@angular-builders/custom-webpack` and set such a config for template loading of old JS: ``` module:...