> hum... >
I copy my svg file in outilsvg.component.html , that works.... @Component({ selector: 'app-outilsvg', templateUrl: './outilsvg.component.html', }) I rename outilsvg.component.html to zigzag.svg it does not work ...altough the ocntent is the same as previous file... @Component({ selector: 'app-outilsvg', templateUrl: './zigzag.svg', }) I had to specify next command in NgModule, to bypass rdf tags in svg file schemas: [ NO_ERRORS_SCHEMA ], This is not very convenient copying svg file in an html one ... I have to strip the xml tag from svg file too -- 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.