Update angular.md (#1671)

removed the < brackets

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
This commit is contained in:
floflausch
2023-10-23 16:48:10 +02:00
committed by GitHub
parent 49b42c3b90
commit f53309b04a

View File

@@ -24,7 +24,7 @@ Next, [include a theme](/getting-started/themes). In this example, we'll import
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": {
...