Docs
Cloudflare
CodeRabbit
Railway
Netlify
SerpAPI
AG Grid
WorkOS
OpenRouter
Clerk
Sentry
Unkey
Prisma
Electric
Cloudflare
CodeRabbit
Railway
Netlify
SerpAPI
AG Grid
WorkOS
OpenRouter
Clerk
Sentry
Unkey
Prisma
Electric
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Table API Reference

FlexRender

Variable: FlexRender

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

Defined in: packages/angular-table/src/index.ts:24

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.