Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
The issue is with assignment of innerText. I don't think that works with domino. Try using a regular Angular way of rendering the text eg {{localizedText | async}} in your template.
Hello! Ur package good working! But.. :) How to make my dynamic data render? I have read about preboot, and prerendering (where to pass this code?..)
I have custom dynamic text directive and i want ssr to render it. There my directive module: localization.zip
App.module looks like root.module.ts in the demand-express