Back to Table

FlexRender

docs/framework/angular/reference/variables/FlexRender.md

8.21.3616 B
Original Source

Variable: FlexRender

ts
const FlexRender: readonly [typeof FlexRenderDirective, typeof FlexRenderCell];

Defined in: index.ts:25

Constant helper to import FlexRender directives.

You should prefer to use this constant over importing the directives separately, as it ensures you always have the correct set of directives over library updates.

See

FlexRenderDirective and FlexRenderCell for more details on the directives included in this export.