File

projects/angular/components/ui-grid/src/body/ui-grid-no-content.directive.ts

Metadata

Index

Properties

Properties

Optional html
Type : TemplateRef<any>
Decorators :
@ContentChild(TemplateRef, {static: true})
import {
    ContentChild,
    Directive,
    TemplateRef,
} from '@angular/core';

@Directive({
    selector: '[uiGridNoContent], ui-grid-no-content',
})
export class UiGridNoContentDirective {
    @ContentChild(TemplateRef, {
        static: true,
    })
    html?: TemplateRef<any>;
}

results matching ""

    No results matching ""