backport PR 1670

This commit is contained in:
Cory LaViska
2023-10-23 10:19:34 -04:00
parent bf299d8234
commit fb044aae89

View File

@@ -21,7 +21,7 @@ npm install @shoelace-style/shoelace
### Update the Angular Configuration
Next, [include a theme](/getting-started/themes). In this example, we'll import the light theme.
Its also important to load the components, by using a <script> tag into the index.html file. However, the Angular way to do it is by adding a script configurations into your angular.json file as follows:
Its also important to load the components by using a `<script>` tag into the index.html file. However, the Angular way to do it is by adding a script configurations into your angular.json file as follows:
```
"architect": {