sonic-widget 1.71.0 → 2.0.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 +3 -3
- package/dist/index.js +1519 -1519
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Use this script tag to get access to the widget:
|
|
6
6
|
|
|
7
7
|
```html
|
|
8
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@
|
|
8
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.0.1/dist/index.min.js"></script>
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
or
|
|
@@ -32,7 +32,7 @@ and adding path in `angular.json`
|
|
|
32
32
|
2. Use this script tag to get access to the widget at initial html page:
|
|
33
33
|
|
|
34
34
|
```html
|
|
35
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@
|
|
35
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.0.1/dist/index.min.js"></script>
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
or
|
|
@@ -117,7 +117,7 @@ ngOnInit(): void {
|
|
|
117
117
|
4. Add a Script tag to the head tag or body tag. And use the latest version.
|
|
118
118
|
|
|
119
119
|
```html
|
|
120
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@
|
|
120
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.0.1/dist/index.min.js"></script>
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
5. Next, add the script tag at a necessary place. But add below the widget script.
|