Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 25, 2024
1 parent 27edf24 commit c289bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/common/src/providers/angular-delegate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const attachView = (
* for Angular 14.0.
*/
if (componentRef.setInput !== undefined) {
const { modal, popover, otherParams } = params;
const { modal, popover, ...otherParams } = params;
/**
* Any key/value pairs set in componentProps
* must be set as inputs on the component instance.
Expand Down

0 comments on commit c289bb8

Please sign in to comment.