@ng-doc/ui-kit
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
13 lines (12 loc) • 750 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
import { NgDocLetContext } from './let-context';
import * as i0 from "@angular/core";
export declare class NgDocLetDirective<T> {
private readonly viewContainer;
private readonly templateRef;
ngDocLet: T;
constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<NgDocLetContext<T>>);
static ngTemplateContextGuard<T>(_dir: NgDocLetDirective<T>, _ctx: unknown): _ctx is NgDocLetDirective<T>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgDocLetDirective<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgDocLetDirective<any>, "[ngDocLet]", never, { "ngDocLet": { "alias": "ngDocLet"; "required": false; }; }, {}, never, never, true, never>;
}