0
FlexSolution created
The Metronic theme offers the possibility to use svg icons. Version 6 uses SVG icons wherever possible.
Is there a way to use the SVG icons in the navigation of the Angular + Core version?
The flags in the new version are also all designed as SVG. What is the best way to integrate them in this way?
1 Answer(s)
-
0
Hi @FlexSolution
You can modify the source code of https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/app/shared/layout/nav/app-navigation.service.ts and instead of using font awesoem class names, you can use svg icon contents.
Then, you also have to modify the related html file to use your new svg icon contents.