Skip to content

Commit

Permalink
fix script in docs; closes #1670
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 23, 2023
1 parent 762d0b0 commit 49b42c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/frameworks/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 49b42c3

Please sign in to comment.