ack-angular
Version:
Extra special directives, components, providers and pipes to aide in tackling everyday interface development needs in Angular2
11 lines (10 loc) • 493 B
TypeScript
import { ElementRef } from "@angular/core";
import { AckApp } from "../providers/AckApp.provider";
import * as i0 from "@angular/core";
export declare class AckFixedElementStage {
AckApp: AckApp;
ElementRef: ElementRef;
constructor(AckApp: AckApp, ElementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<AckFixedElementStage, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AckFixedElementStage, "ack-fixed-element-stage", never, {}, {}, never, never, false>;
}