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