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