@Hexago wrote:
Heeey!
This is my first post on this forumI’m here because I’m stuck for many days and I don’t find any solutions.
My request is simple: manipulate SVG which are included with object balise and dynamically.Like this:
<a *ngFor="let filter of filters;let x = index" [ngClass]="filter['filterName']" (click)="filterAction(filter['filterName'], x)"> <object type="image/svg+xml" class="active" [data]="src/trip.svg"></object> <p>{{ filter.title }}</p> </a>
I want to manipulate this SVG with CSS class, and make animation on it…but my CSS class don’t work.
Thaaaank you so muuuch
Posts: 1
Participants: 1