angular-scan 0.1.1 → 0.1.2
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 +2 -17
- package/demo.gif +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@ Zero overhead in production — the entire library is tree-shaken when `isDevMod
|
|
|
11
11
|
|
|
12
12
|
Works with both **zone.js** and **zoneless** Angular applications.
|
|
13
13
|
|
|
14
|
+

|
|
15
|
+
|
|
14
16
|
---
|
|
15
17
|
|
|
16
18
|
## Installation
|
|
@@ -110,20 +112,3 @@ The canvas overlay (`position: fixed`, full viewport, `pointer-events: none`) us
|
|
|
110
112
|
- Angular **≥ 20**
|
|
111
113
|
- Must be used in **development mode** (`ng serve` / `ng build --configuration development`)
|
|
112
114
|
- The Angular debug APIs (`window.ng`) are only available in dev mode — `angular-scan` is silently disabled otherwise
|
|
113
|
-
|
|
114
|
-
---
|
|
115
|
-
|
|
116
|
-
## Building
|
|
117
|
-
|
|
118
|
-
```bash
|
|
119
|
-
ng build angular-scan
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
Output is placed in `dist/angular-scan`.
|
|
123
|
-
|
|
124
|
-
## Publishing
|
|
125
|
-
|
|
126
|
-
```bash
|
|
127
|
-
cd dist/angular-scan
|
|
128
|
-
npm publish
|
|
129
|
-
```
|
package/demo.gif
ADDED
|
Binary file
|