simplify-angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
9 lines (8 loc) • 524 B
TypeScript
import { AfterViewInit } from '@angular/core';
import { SimpleBaseClass } from '../_base/simple-base-class';
import * as i0 from "@angular/core";
export declare class SimpleCommentElementTagDirective extends SimpleBaseClass implements AfterViewInit {
commentElementTag: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleCommentElementTagDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SimpleCommentElementTagDirective, "[simpleCommentElementTag]", never, {}, {}, never, never, false, never>;
}