after some readings, using an iframe to access svg dom would be a very bad 
thing regarding angular .
I want to manipulate svg dom too (mainly using databinding...) .  That 
begins to sound  complicated...  So, the better way would be to inline svg 
in my component .

But the inconvenient is that my svg file is dependent of my code and not 
easily editable with graphic editor in this case. 
So, an idea would be to "copy" the svg file content in the component code 
at compile time (svg will be a code fragment).

svg file + component template => final_component.ts => compilation => js 
code 

Now , the question is which way doing that ??? 

-- 
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