IgniteUI / igniteui-xplat-docs

cross-platform docs for Ignite UI for Angular, Blazor, React, and WebComponents
9 stars 4 forks source link

Code snippets containing other type different from the main page component do not render #1258

Open skrustev opened 4 months ago

skrustev commented 4 months ago

For example if a code snippet for IgbHierarchicalGrid contains template that required the IgbGridEmptyTemplateContext, the code snippet is not rendered.

Types other than just plain IgbGridComponent or similar shouldn't affect the code snippet generation.