@dotglitch/ngx-common 1.0.25 → 1.0.26

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.
Files changed (2) hide show
  1. package/README.md +15 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,6 @@
16
16
  Quickstart
17
17
  =====
18
18
 
19
- <!-- [Demo](https://dotglitch.dev/#/ContextMenuLibrary) -->
20
19
 
21
20
  ## Install
22
21
 
@@ -25,22 +24,24 @@ $ npm install @dotglitch/ngx-common
25
24
  ```
26
25
 
27
26
  - Featured
28
- - [Lazy Loader](./src/components/lazy-loader/README.md)
27
+ - [Lazy Loader](./src/components/lazy-loader/README.md)
29
28
  - Directives
30
- - [App Menu & Context Menu](./src/directives/menu.md)
31
- - [Tooltip](./src/directives/tooltip.md)
32
- <!-- - Components -->
29
+ - [App Menu & Context Menu](./src/directives/menu.md)
30
+ - [Tooltip](./src/directives/tooltip.md)
31
+ - Components
32
+ - [VS code wrapper](./src/components/vscode/README.md)
33
33
  - Services
34
- - [Fetch](./src/services/fetch.md)
35
- - [Dependency](./src/services/dependency.md)
36
- - [Keyboard](./src/services/keyboard.md)
37
- - [Dialog](./src/services/dialog.md)
34
+ - [Fetch](./src/services/fetch.md)
35
+ - [Dependency](./src/services/dependency.md)
36
+ - [Keyboard](./src/services/keyboard.md)
37
+ - [Dialog](./src/services/dialog.md)
38
+ - [Navigation](./src/services/navigation.md)
38
39
  - Pipes
39
- - [HTML-Bypass](./src/pipes/html-bypass.md)
40
- - [Resource-Bypass](./src/pipes/resource-bypass.md)
41
- - [Script-Bypass](./src/pipes/script-bypass.md)
42
- - [Style-Bypass](./src/pipes/style-bypass.md)
43
- - [URL-Bypass](./src/pipes/url-bypass.md)
40
+ - [HTML-Bypass](./src/pipes/html-bypass.md)
41
+ - [Resource-Bypass](./src/pipes/resource-bypass.md)
42
+ - [Script-Bypass](./src/pipes/script-bypass.md)
43
+ - [Style-Bypass](./src/pipes/style-bypass.md)
44
+ - [URL-Bypass](./src/pipes/url-bypass.md)
44
45
 
45
46
  <!-- Roadmap
46
47
  =====
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dotglitch/ngx-common",
3
3
  "private": false,
4
- "version": "1.0.25",
4
+ "version": "1.0.26",
5
5
  "repository": {
6
6
  "url": "https://github.com/knackstedt/dotglitch-ngx/tree/main/packages/common"
7
7
  },