Skip to content

Commit ee17cfd

Browse files
committed
chore: update problem statement code
1 parent e523053 commit ee17cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/angular/13-highly-customizable-css/src/app/text.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Component, input } from '@angular/core';
44
@Component({
55
selector: 'text',
66
template: `
7-
<p style="font-size: {{ font }}px; color: {{ color }}">
7+
<p style="font-size: {{ font() }}px; color: {{ color() }}">
88
<ng-content />
99
</p>
1010
`,

0 commit comments

Comments
 (0)