Skip to content

Commit 2200f27

Browse files
committed
fix(angular): add missing props
1 parent b24090b commit 2200f27

File tree

1 file changed

+2
-0
lines changed
  • packages/angular/standalone/src/directives

1 file changed

+2
-0
lines changed

packages/angular/standalone/src/directives/toggle.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const TOGGLE_INPUTS = [
2121
'color',
2222
'disabled',
2323
'enableOnOffLabels',
24+
'errorText',
25+
'helperText',
2426
'justify',
2527
'labelPlacement',
2628
'mode',

0 commit comments

Comments
 (0)