ale

Results 5 comments of ale

Yes, but you need to render the content as html e.g. ``. For some HTML tags you might also need to use/bypass the [DomSanitizer](https://angular.io/api/platform-browser/DomSanitizer).

You could temporarily `npx patch-package` yourself in `node_modules/@angular-devkit/build-angular/src/builders/jest/index.js` and pass `stylePreprocessorOptions` as build param.

I just stumbled upon this issue and created a helper function: ```ts /** * Keep the old datum until the loading is done * @param ref */ export const resourceWithRetention...

I would be very interested in this feature. I would need this to add virtual-scrolling or pagination to handle big result sets.