Ok, if I got it right, you are not modifying the SVG outside your project. 
If that's right, you can just open paste the content of the SVG inside a 
template, something like:
<h3>Hello svg<h3>

<svg #mySVG> ...Content of your file ... </svg>

<footer>That's all folk's</footer>


You can then use viewChild to grab a hold of the mySVG var, and modify your 
content as much as you like. Also, normal template binding will work.

Regards
Sander

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to