Back to Angular

Tutorial.Component

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

22.0.0-next.10678 B
Original Source

@if (shouldRenderContent()) { @if (documentContent(); as documentContent) { } } @if (shouldRenderEmbeddedEditor()) { @if (embeddedEditorComponent) { } }

unfold_more {{ tutorialName() }}{{ stepName() }} @if (shouldRenderRevealAnswer()) { {{ answerRevealed() ? 'Reset' : 'Reveal Answer' }} } @if (localTutorialZipUrl()) { download } @if (previousStepPath) { chevron_left } @if (!previousStepPath) { chevron_left } @if (nextStepPath) { chevron_right } @if (!nextStepPath) { chevron_right }

@if (shouldRenderRevealAnswer()) { {{ answerRevealed() ? 'Reset' : 'Reveal Answer' }} } @if (showNavigationDropdown()) { @if (nextTutorialPath()) { Next Tutorial } }