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 8448fe9 commit 1d12783Copy full SHA for 1d12783
src/app/app.component.css
@@ -0,0 +1,3 @@
1
+h1::before {
2
+ content: 'A: \0041';
3
+}
src/app/app.component.ts
@@ -24,7 +24,7 @@ import { Component } from '@angular/core';
24
</ul>
25
26
`,
27
- styles: []
+ styleUrls: ['./app.component.css']
28
})
29
export class AppComponent {
30
title = 'app';
0 commit comments