Update angular.md (#1671)

removed the < brackets

Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
pull/1684/head
floflausch 2023-10-23 16:48:10 +02:00 zatwierdzone przez GitHub
rodzic 49b42c3b90
commit f53309b04a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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": {
...