Skip to content

Commit f7e86b0

Browse files
committed
lint
1 parent 6773ce3 commit f7e86b0

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-output-target/angular-component-lib

1 file changed

+1
-1
lines changed

packages/angular-output-target/angular-component-lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const proxyInputs = (Cmp: any, inputs: string[]) => {
1919
* we set configurable: true to indicate these
2020
* properties can be changed.
2121
*/
22-
configurable: true
22+
configurable: true,
2323
});
2424
});
2525
};

0 commit comments

Comments
 (0)