We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ac24b commit 917e0ceCopy full SHA for 917e0ce
public/docs/_examples/toh-5/ts/app/app.component.ts
@@ -14,7 +14,7 @@ import { Component } from '@angular/core';
14
`,
15
// #enddocregion template
16
// #docregion styleUrls
17
- styleUrls: ['app/app.component.css'],
+ styleUrls: ['app.component.css'],
18
// #enddocregion styleUrls
19
})
20
export class AppComponent {
0 commit comments