Skip to content

Commit 81221eb

Browse files
mfranzkeCopilot
andauthored
Update components.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4fc57aa commit 81221eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/scripts/post-build/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const getComponents = (): Component[] => [
221221
from: 'ngAfterViewInit() {',
222222
to:
223223
'ngAfterViewInit() {\n' +
224-
'\t this.writeValue(this.value() ?? "");'
224+
' this.writeValue(this.value() ?? "");'
225225
}
226226
],
227227
react: [

0 commit comments

Comments
 (0)