UNPKG

@rxap/directives

Version:

This package provides a set of Angular directives to simplify common tasks such as setting background images, confirming clicks, making elements contenteditable, and more. It includes directives for handling UI interactions, applying styles, and managing

13 lines (12 loc) 598 B
import { OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IsDevModeDirective implements OnInit, OnDestroy { private readonly template; private readonly vcr; private embeddedViewRef?; constructor(template: TemplateRef<unknown>, vcr: ViewContainerRef); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<IsDevModeDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<IsDevModeDirective, "[rxapIsDevMode]", never, {}, {}, never, never, true, never>; }