diff --git a/packages/angular/src/directives/proxies.ts b/packages/angular/src/directives/proxies.ts index 5e7882ce33..acec987bcf 100644 --- a/packages/angular/src/directives/proxies.ts +++ b/packages/angular/src/directives/proxies.ts @@ -1039,7 +1039,7 @@ export declare interface IonInputPasswordToggle extends Components.IonInputPassw @ProxyCmp({ - inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'] + inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type'] }) @Component({ selector: 'ion-item',