From 936c0c4cda95da8fecec055faf8bdb807e77cd3f Mon Sep 17 00:00:00 2001 From: Jonathan Leon Date: Sat, 8 Apr 2017 22:31:08 +0300 Subject: [PATCH] Fixed stylesheet path to match the relevant path that is produced by ngCLI Using the CLI is recommended at the top, therefore, the path in the example should match for a project produced from ng new --- guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/getting-started.md b/guides/getting-started.md index 202ed5e12e6c..6c1824892496 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -65,7 +65,7 @@ Including a theme is **required** to apply all of the core and theme styles to y To get started with a prebuilt theme, include the following in your app's index.html: ```html - + ``` Note that your app's project structure may have a different relative location for your node_modules.