@if (view() === CodeExampleViewMode.SNIPPET) { {{ exampleMetadata()?.title }} } @if (view() === CodeExampleViewMode.MULTI_FILE) { @for (tab of tabs(); track tab) { } }
@if (expandable()) { }
@if (exampleComponent) {
} @if (exampleComponent) { @if (githubUrl) { } @if (stackblitzUrl) { } }