We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e523053 commit 8318eb9Copy full SHA for 8318eb9
1 file changed
apps/angular/13-highly-customizable-css/src/app/text.component.ts
@@ -4,7 +4,7 @@ import { Component, input } from '@angular/core';
4
@Component({
5
selector: 'text',
6
template: `
7
- <p style="font-size: {{ font }}px; color: {{ color }}">
+ <p style="font-size: {{ font() }}px; color: {{ color() }}">
8
<ng-content />
9
</p>
10
`,
0 commit comments