@ng-doc/ui-kit
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
16 lines (15 loc) • 665 B
TypeScript
import * as i0 from "@angular/core";
/**
* Directive rotates host with transition
*/
export declare class NgDocRotatorDirective {
/** Rotator state */
rotated: boolean;
/** Start position angle */
from: number;
/** End position anle */
to: number;
get transform(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocRotatorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgDocRotatorDirective, "[ngDocRotator]", never, { "rotated": { "alias": "ngDocRotator"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>;
}