@for (item of pricingData; track $index) {
@if (item.plan === 'Premium Plan') {
Popular
}
{{ item.plan }}
{{ item.description }}
{{ item.price }}
/month
@for (feature of item.features; track $index) {
- {{ feature }}
}
Get Started
}
@for (item of pricingIconData; track $index) {
{{ item.plan }}
@for (feature of item.features; track $index) {
- {{ feature }}
}
{{ item.price }}
/month
Get Started
}