Skip to content

Commit 520752f

Browse files
committed
docs: add know issue to readme
1 parent 8e747b8 commit 520752f

File tree

1 file changed

+11
-0
lines changed
  • component-samples/coding-components/samples/angular

1 file changed

+11
-0
lines changed

component-samples/coding-components/samples/angular/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
12
# Coding components Angular sample
23

34
📁 **[Click here to download this directory as a ZIP file](https://esri.github.io/jsapi-resources/zips/coding-components-sample-angular.zip)** 📁
45

56
## Known issues
67
* The compile warning `The glob pattern import("./**/*.entry.js*") did not match any files [empty-glob]` is a known issue with Stencil and it can be ignored.
8+
* You may encounter the following build configuration error:
9+
`[ERROR] No loader is configured for ".ttf" files: node_modules/monaco-editor/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf`.
10+
11+
To fix this, add the following configuration in your `angular.json` file:
12+
13+
```json
14+
"loader": {
15+
".ttf": "file"
16+
}
17+
```
718

819
## Licensing
920
Copyright 2024 Esri

0 commit comments

Comments
 (0)