fix script in docs; closes #1670

pull/1671/head^2
Cory LaViska 2023-10-23 10:18:52 -04:00
rodzic 762d0b0098
commit 49b42c3b90
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,8 @@ 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": {