Skip to content

Commit bac0143

Browse files
committed
chore(build): generate angular proxies
1 parent 55711c4 commit bac0143

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,15 +1947,15 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
19471947

19481948
@ProxyCmp({
19491949
defineCustomElementFn: defineIonTab,
1950-
inputs: ['component', 'tab'],
1950+
inputs: ['component', 'mode', 'tab', 'theme'],
19511951
methods: ['setActive']
19521952
})
19531953
@Component({
19541954
selector: 'ion-tab',
19551955
changeDetection: ChangeDetectionStrategy.OnPush,
19561956
template: '<ng-content></ng-content>',
19571957
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1958-
inputs: ['component', 'tab'],
1958+
inputs: ['component', 'mode', 'tab', 'theme'],
19591959
standalone: true
19601960
})
19611961
export class IonTab {

0 commit comments

Comments
 (0)