Skip to content

Commit 44649b7

Browse files
committed
test(angular): styleUrl support did not exist in ng16
1 parent 4f34ba1 commit 44649b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/test/base/src/app/standalone/split-pane/split-pane.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
@Component({
1818
selector: 'app-split-pane',
1919
templateUrl: 'split-pane.component.html',
20-
styleUrl: 'split-pane.component.css',
20+
styleUrls: ['split-pane.component.css'],
2121
standalone: true,
2222
imports: [
2323
CommonModule,

0 commit comments

Comments
 (0)