You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: component-samples/coding-components/samples/angular/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,20 @@
1
+
1
2
# Coding components Angular sample
2
3
3
4
📁 **[Click here to download this directory as a ZIP file](https://esri.github.io/jsapi-resources/zips/coding-components-sample-angular.zip)** 📁
4
5
5
6
## Known issues
6
7
* 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:
0 commit comments