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 1da2b70 commit 2a1a070Copy full SHA for 2a1a070
guides/getting-started.md
@@ -65,7 +65,7 @@ Including a theme is **required** to apply all of the core and theme styles to y
65
To get started with a prebuilt theme, include the following in your app's index.html:
66
67
```html
68
-<link href="node_modules/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet">
+<link href="../node_modules/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet">
69
```
70
71
Note that your app's project structure may have a different relative location for your node_modules.
0 commit comments