-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Rendering Server Side? #6
Comments
It doesn't, though that would be supper cool! The issue with it using universal is that the backend doesn't have the ability to modify the head yet. The Universal guys are working on that though, in the mean time you can use the Renderer from @angular/core to make changes to the DOM before serving the file. |
@scott-wyatt would you mind sharing and example of how to use the Renderer to modify meta tags? |
Like all things angular, that part of angular has changed again lol. The universal guys are working on a Meta Service to allow for this server side. |
It looks like something is underway for this: angular/angular#12322 |
Looks like we will have angular metatags built-in, but no sooner than 2.3.0 beta release. |
I'd like to make ng2-meta compatible with server-side rendering. I've been following the activity on the angular/universal thread, and it looks like using Does anyone want to take a crack at it? |
@vinaygopinath yes i guess lets use DomAdapter. |
@vinaygopinath any updates on this? |
hey guys, any update? |
Any updates? I'd really like to see this working! |
Angular Universal Starter has angular2-meta service that helps modify head tag in server side. This service will be added to |
Is this component support Rendering Server Side by Angular Universal?
The text was updated successfully, but these errors were encountered: