@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
25 lines (21 loc) • 959 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: "16.2.12", ngImport: i0, type: TuiItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiItem, isStandalone: true, selector: "[tuiItem]", ngImport: i0 }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiItem, decorators: [{
type: Directive,
args: [{
standalone: true,
selector: '[tuiItem]',
}]
}] });
/**
* Generated bundle index. Do not edit.
*/
export { TuiItem };
//# sourceMappingURL=taiga-ui-cdk-directives-item.mjs.map