design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
16 lines (15 loc) • 901 B
TypeScript
import { QueryList, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "../../../../utils/coercion";
export declare class ItAvatarGroupItemComponent {
_implicitContent: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<ItAvatarGroupItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItAvatarGroupItemComponent, "it-avatar-item", never, {}, {}, never, ["*"], true, never>;
}
export declare class ItAvatarGroupComponent {
linkList: boolean;
avatars: QueryList<ItAvatarGroupItemComponent>;
static ɵfac: i0.ɵɵFactoryDeclaration<ItAvatarGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItAvatarGroupComponent, "it-avatar-group", never, { "linkList": { "alias": "linkList"; "required": false; }; }, {}, ["avatars"], never, true, never>;
static ngAcceptInputType_linkList: i1.BooleanInput;
}