Back to Angular

Playground.Component

adev/src/app/features/playground/playground.component.html

22.0.0-next.10156 B
Original Source

{{ selectedTemplate.label }}expand_more

@if (embeddedEditorComponent) {

} @for (template of templates; track template.path) { - {{ template.label }} }