@abgov/angular-components 2.0.2 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,19 @@ Add the styles link in the `src/styles.css` file
|
|
|
56
56
|
@import "@abgov/web-components/index.css";
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
+
### VS Code Support
|
|
60
|
+
|
|
61
|
+
In order to use VS Code's [HTML/CSS Custom Data](https://github.com/microsoft/vscode-custom-data)
|
|
62
|
+
support to enhance GoA Web Components HTML editing experience, include our html custom data setting found in `.vscode/settings.json`:
|
|
63
|
+
|
|
64
|
+
```json
|
|
65
|
+
{
|
|
66
|
+
"html.customData": [
|
|
67
|
+
"./node_modules/@abgov/web-components/html.html-data.json"
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
59
72
|
---
|
|
60
73
|
|
|
61
74
|
[Visit Design System](https://ui-components.alberta.ca)
|