Hi Everybody,

I have been looking but haven't found a solution to my problem.
I would like to have a <router-outlet> inside <svg>.
Something like that :
<svg xmlns:xhtml="http://www.w3.org/1999/xhtml"; xmlns:svg=
"http://www.w3.org/2000/svg";>
<xhtml:router-outlet></router-outlet>
</svg>

The component's selector I am routing to looks something like that : 
@Component({
  selector: 'svg:g[app-layout-hexagonal-grid]'
}

That "svg:g" in the selector doesn't do the trick unfortunately :( 

If there is a way to specify the namespace for the component's selector, I 
haven't found what it is.
Anybody knows ?

Thanks.
J.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to