simplify-angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
14 lines (13 loc) • 743 B
TypeScript
import { QueryList, AfterContentInit, TemplateRef, AfterViewInit } from '@angular/core';
import { SimpleBaseClass } from '../_base/simple-base-class';
import * as i0 from "@angular/core";
export declare class SimpleTemplatesListDirective extends SimpleBaseClass implements AfterContentInit, AfterViewInit {
templatesList: QueryList<TemplateRef<any>>;
templates: any;
ngAfterViewInit(): void;
ngAfterContentInit(): void;
private getTemplateKey;
private findElementWithAttribute;
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleTemplatesListDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SimpleTemplatesListDirective, "[simpleTemplatesList]", never, {}, {}, ["templatesList"], never, false, never>;
}