-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Open
Labels
area: serverIssues related to server-side renderingIssues related to server-side renderingfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration
Milestone
Description
🚀 Feature request
Description
A clear and concise description of the problem or missing capability...Angular Universal should be able to handle shadow DOM v1 and custom elements as part of it's SSR capabilities. This is probably going to be related to domino angular/universal#160, shouldn't necessarily be.
Describe the solution you'd like
If you have a solution in mind, please describe it.Either Angular Universal works with domino to support this use case or an avenue is created to use something like @skate/ssr or jsdom both of which support SSR on custom elements and shadow DOM v1.
This should work out of the box as ViewEncapsulation.ShadowDOM is a built-in feature of Angular and this package cannot be said to be complete without supporting that.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The only other option is to abandon Angular Universal as a solution in this problem space.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: serverIssues related to server-side renderingIssues related to server-side renderingfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration