UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

14 lines (13 loc) 762 B
import { ViewType } from '../../layout/layout.model'; import { SdsViewTypeService } from '../../layout/view-type.service'; import * as i0 from "@angular/core"; export declare class SdsSignInLayoutComponent { service: SdsViewTypeService; readonly VIEW_TYPE: typeof ViewType; logo?: string; logoAlt?: string; color: string; constructor(service: SdsViewTypeService); static ɵfac: i0.ɵɵFactoryDeclaration<SdsSignInLayoutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsSignInLayoutComponent, "sds-sign-in-layout", never, { "logo": { "alias": "logo"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>; }