inspector-ng 0.0.2 → 0.0.4
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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# inspector-ng
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Measure, inspect, and align Angular UIs on localhost.
|
|
4
4
|
|
|
5
5
|
## Inspiration
|
|
6
6
|
|
|
7
7
|
This project is inspired by [mesurer](https://github.com/ibelick/mesurer) by [ibelick](https://github.com/ibelick) — a lightweight measurement and alignment overlay for React apps. **inspector-ng** brings the same concept to the Angular ecosystem, reimagined with Angular's standalone components, signal-based reactivity, and `OnPush` change detection.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Inspired by [ibelick](https://github.com/ibelick)'s original design.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|