8000 chore(readme): fix path in CSS Preprocessor (#3830) · andyg3/angular-cli@212f294 · GitHub
[go: up one dir, main page]

Skip to content

Commit 212f294

Browse files
onionmk2hansl
authored andcommitted
chore(readme): fix path in CSS Preprocessor (angular#3830)
1 parent f616158 commit 212f294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ To use these preprocessors simply add the file to your component's `styleUrls`:
328328
```javascript
329329
@Component({
330330
selector: 'app-root',
331-
templateUrl: 'app.component.html',
332-
styleUrls: ['app.component.scss']
331+
templateUrl: './app.component.html',
332+
styleUrls: ['./app.component.scss']
333333
})
334334
export class AppComponent {
335335
title = 'app works!';

0 commit comments

Comments
 (0)
0