From 11e3bafc258e1e79eb6e91b82e78daa9495dfafe Mon Sep 17 00:00:00 2001 From: SchoolGuy Date: Sun, 10 Nov 2024 10:05:21 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20cobbler/?= =?UTF-8?q?cobbler-web@af6ee946bdfee9bffaa923e8ceb5430a5803fd0e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SnippetEditComponent.html | 355 +++++++++++++++++----- components/SnippetOverviewComponent.html | 337 +++++++++++++------- components/TemplateEditComponent.html | 353 ++++++++++++++++----- components/TemplateOverviewComponent.html | 353 +++++++++++++-------- coverage.html | 8 +- js/search/search_index.js | 4 +- 6 files changed, 1027 insertions(+), 383 deletions(-) diff --git a/components/SnippetEditComponent.html b/components/SnippetEditComponent.html index 4bf4e909..4d6812f8 100644 --- a/components/SnippetEditComponent.html +++ b/components/SnippetEditComponent.html @@ -127,6 +127,7 @@

Implements

OnInit + OnDestroy

@@ -160,16 +161,14 @@

Metadata

imports FormsModule - MatButton - MatCheckbox - MatFormField - MatIcon - MatIconButton - MatInput - MatLabel - MatOption - MatSelect - MatTooltip + MatButtonModule + MatCheckboxModule + MatFormFieldModule + MatIconModule + MatInputModule + MatOptionModule + MatSelectModule + MatTooltipModule ReactiveFormsModule @@ -223,6 +222,10 @@
Properties
  • name
  • +
  • + Private + ngUnsubscribe +
  • snippetFormGroup
  • @@ -238,12 +241,18 @@
    Methods