@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
22 lines (18 loc) • 884 B
JavaScript
import * as i0 from '@angular/core';
import { Directive } from '@angular/core';
/**
* Blank directive for queries via `@ContentChildren` / `@ViewChildren` / `querySelector`
*/
class TuiItem {
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: TuiItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: TuiItem, isStandalone: true, selector: "[tuiItem]", ngImport: i0 }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: TuiItem, decorators: [{
type: Directive,
args: [{ selector: '[tuiItem]' }]
}] });
/**
* Generated bundle index. Do not edit.
*/
export { TuiItem };
//# sourceMappingURL=taiga-ui-cdk-directives-item.mjs.map