I would like to apply special CSS style properties to active router links:
Without knowing anything more, this is the direction I would point you in.
{{name}}
If routerLink.something === something, or whatever expression you want, evaluates to true, the class (and styling) will be applied.
routerLink.something === something