design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
25 lines (24 loc) • 1.17 kB
TypeScript
import { ItSkiplinkComponent } from '../skiplink/skiplink.component';
import * as i0 from "@angular/core";
import * as i1 from "../../../../utils/coercion";
export declare class ItSkiplinkItemComponent {
/**
* The router link action
*
* Commands to pass to Router#createUrlTree.
* - array: commands to pass to Router#createUrlTree.
* - string: shorthand for array of commands with just the string, i.e. ['/route']
* - null|undefined: Disables the link by removing the href
*/
href: any[] | string | null | undefined;
/**
* Is an external link (false to not use Angular router link)
* @default false
*/
externalLink?: boolean;
inNav: boolean;
constructor(parent: ItSkiplinkComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<ItSkiplinkItemComponent, [{ host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItSkiplinkItemComponent, "it-skiplink-item", ["itSkipLinkItem"], { "href": { "alias": "href"; "required": false; }; "externalLink": { "alias": "externalLink"; "required": false; }; }, {}, never, ["*"], true, never>;
static ngAcceptInputType_externalLink: i1.BooleanInput;
}