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