Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / Class

NgDocLetDirective

Decorators:@Directive
Generic types:T
Selectors:[ngDocLet]

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private readonly viewContainer: ViewContainerRef, 
	private readonly templateRef: TemplateRef<NgDocLetContext<T>>
): NgDocLetDirective<T>;
Parameters
NameTypeDescription
r
viewContainer
ViewContainerRef
r
templateRef
TemplateRef<NgDocLetContext<T>>

Properties

NameTypeDescription
ngDocLet
T

Static Methods

static

ngTemplateContextGuard()

No documentation has been provided.

Presentation
static ngTemplateContextGuard(_dir: NgDocLetDirective<T>, _ctx: unknown): boolean;
Parameters
NameTypeDescription
_dir
NgDocLetDirective<T>
_ctx
unknown
Returns
boolean