Skip to content

Commit ca3444a

Browse files
committed
fixup! refactor: introduce ...aliasedInput()
1 parent 539d20b commit ca3444a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ counter.component.ts
106106
<button (click)="increment()">+</button>
107107
`,
108108
})
109-
class CounterComponent {
109+
export class CounterComponent {
110110
counter = model(0);
111111
hello = input('Hi', { alias: 'greeting' });
112112

0 commit comments

Comments
 (0)