Link to home
Start Free TrialLog in
Avatar of Justin Estrada
Justin Estrada

asked on

Ionic and Angular Segments Error using ngSwitch

Hi there,

So in my project I have a *ngFor loop and then in the child element I have a *ngSwitchCase that will produce an error.

The error says: 'Can't bind to '*ngSwitchCase' since it isn't a known property of 'div'.'

Here are screenshots:
Error Screenshot
User generated imageText Editor Screenshot
User generated image
ASKER CERTIFIED SOLUTION
Avatar of Justin Estrada
Justin Estrada

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Justin Estrada
Justin Estrada

ASKER

Got it to work!