Skip to content

Commit 1d12783

Browse files
committed
Add css rule to show bug
1 parent 8448fe9 commit 1d12783

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/app/app.component.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1::before {
2+
content: 'A: \0041';
3+
}

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Component } from '@angular/core';
2424
</ul>
2525
2626
`,
27-
styles: []
27+
styleUrls: ['./app.component.css']
2828
})
2929
export class AppComponent {
3030
title = 'app';

0 commit comments

Comments
 (0)