From 40aa915267b72497ced3f1930ebc9f8f32aecb66 Mon Sep 17 00:00:00 2001 From: Florian PAUL Date: Fri, 18 Oct 2024 17:22:12 +0200 Subject: [PATCH] feat(training): add load indicator on output --- .../code-editor-control.component.html | 6 +++++- .../code-editor-control.component.scss | 17 +++++++++++++++++ .../code-editor-control.component.ts | 12 ++++++++++++ .../code-editor-terminal.component.ts | 11 +++++++++++ 4 files changed, 45 insertions(+), 1 deletion(-) diff --git a/apps/showcase/src/components/training/code-editor-control/code-editor-control.component.html b/apps/showcase/src/components/training/code-editor-control/code-editor-control.component.html index df021e8dc8..b05dff22ea 100644 --- a/apps/showcase/src/components/training/code-editor-control/code-editor-control.component.html +++ b/apps/showcase/src/components/training/code-editor-control/code-editor-control.component.html @@ -6,10 +6,14 @@