docs(aio): add missing closing `<code-examle>` tag (#21771)

PR Close #21771
This commit is contained in:
yerkebulan 2018-01-25 15:59:05 +06:00 committed by Alex Rickabaugh
parent eb8ddd2983
commit f9fa157a09
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ also encapsulate a style sheet within a specific component.
### Styles configuration
<code-example hideCopy path="ajs-quick-reference/.angular-cli.1.json" region="styles" linenums="false">
<code-example hideCopy path="ajs-quick-reference/.angular-cli.1.json" region="styles" linenums="false"></code-example>
With the Angular CLI, you can configure your global styles in the `.angular-cli.json` file.
You can rename the extension to `.scss` to use sass.