igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
21 lines (20 loc) • 505 B
JSON
{
"$schema": "../../common/schema/selector.schema.json",
"changes": [
{
"type": "component",
"selector": "igx-tab-panel",
"replaceWith": "igx-bottom-nav-item"
},
{
"type": "component",
"selector": "igx-tab",
"replaceWith": "igx-bottom-nav-item"
},
{
"type": "component",
"selector": "igx-tabs-group",
"replaceWith": "igx-tab-item"
}
]
}