diff --git a/projects/novo-elements/src/elements/button/Button.ts b/projects/novo-elements/src/elements/button/Button.ts
index 016d51d36..194710d8a 100644
--- a/projects/novo-elements/src/elements/button/Button.ts
+++ b/projects/novo-elements/src/elements/button/Button.ts
@@ -1,5 +1,15 @@
// NG2
-import { ChangeDetectionStrategy, Component, ElementRef, HostBinding, HostListener, Input, OnChanges, SimpleChanges } from '@angular/core';
+import {
+ ChangeDetectionStrategy,
+ Component, computed,
+ ElementRef,
+ HostBinding,
+ HostListener, input,
+ Input,
+ InputSignal,
+ OnChanges, signal, Signal,
+ SimpleChanges, WritableSignal,
+} from '@angular/core';
import { BooleanInput, Helpers, Key } from 'novo-elements/utils';
@Component({
@@ -27,11 +37,11 @@ import { BooleanInput, Helpers, Key } from 'novo-elements/utils';
template: `
-
+
-
+