UNPKG

@rifaniponk/ionic-selectable

Version:

An Ionic component similar to Ionic Select, that allows to search items, including async search, group, add, edit, delete items, and much more. Supports Angular 16-20 and Ionic 7-8.

8 lines (6 loc) 191 B
import { Directive } from '@angular/core'; @Directive({ selector: '[ionicSelectableGroupEndTemplate]', standalone: true, }) export class IonicSelectableGroupEndTemplateDirective { }