backport PR 1671

This commit is contained in:
Cory LaViska
2023-10-23 10:48:37 -04:00
parent fb044aae89
commit 302c174055

View File

@@ -23,7 +23,7 @@ npm install @shoelace-style/shoelace
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:
```
```json
"architect": {
"build": {
...