Jeff Cross
Jeff Cross
An alternative design would be to provide an alternate renderer that would extend `DomRenderer`, rather than modifying `DomRenderer` to behave differently depending on the `hydrate` value. ```typescript @NgModule({ providers: [{...
Good question (I don't know the answer), but we at Nrwl have clients who would benefit from this, and might be willing to sponsor work.
Working on this now. CC @robwormald @blesh
Closed by 82f60ce404b1a86898544b5bf4108a6cc2994234
Would maintainers be interested in converting the express source to TypeScript, so we could automatically generate correct typings with each release? I'd be down for helping with the conversion. //...
Thanks @dougwilson I'm asking about openness to such a thing. I.e. knowing your contributor base, would typescript support be something contributors would want (or at least live with)? I could...
Where can I see this implementation?
Hey @chirayuk I know you showed this to me in person, but I forget where the source code is. Can you add it as a comment here for posterity?
This is tricky for pre-built libraries that use DI/Traceur used in conjunction with code that uses a different version of Traceur. See angular/benchpress#21.
When I ran the app at this PR, it just rendered the header but no questions. I did a fresh npm install, ran `gulp`, then ran `npm run start_universal`. Am...