p3x-angular-compile 2021.10.114 → 2021.10.130
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/LICENSE +1 -1
- package/README.md +11 -5
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# 🆖 Angular Dynamic Compile - Convert strings to Angular components v2021.10.
|
|
14
|
+
# 🆖 Angular Dynamic Compile - Convert strings to Angular components v2021.10.130
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
**Bugs are evident™ - MATRIX️**
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
###
|
|
21
|
+
### NodeJs version requirement
|
|
22
22
|
```txt
|
|
23
23
|
>=12.13.0
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
### Built on NodeJs
|
|
27
27
|
```txt
|
|
28
|
-
v14.
|
|
28
|
+
v14.18.0
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
|
|
@@ -34,7 +34,7 @@ v14.17.6
|
|
|
34
34
|
# Built on Angular
|
|
35
35
|
|
|
36
36
|
```text
|
|
37
|
-
12.2.
|
|
37
|
+
12.2.9
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
|
|
@@ -45,6 +45,12 @@ v14.17.6
|
|
|
45
45
|
[//]: #@corifeus-header:end
|
|
46
46
|
|
|
47
47
|
|
|
48
|
+
# WARNING
|
|
49
|
+
Angular has changed, so it stricts many things for dynamic compilation. The only solution right now, is to simple copy the code into your code and it will work (like on https://angular-compile.corifeus.com/).
|
|
50
|
+
|
|
51
|
+
The code you just copy into your project is here:
|
|
52
|
+
https://github.com/patrikx3/angular-compile/tree/master/projects/angular-compile/src/lib
|
|
53
|
+
|
|
48
54
|
# Use case
|
|
49
55
|
Dynamically compile standard strings to fully functional Angular components. Supports imports, exports, and standard context.
|
|
50
56
|
|
|
@@ -304,7 +310,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
304
310
|
|
|
305
311
|
---
|
|
306
312
|
|
|
307
|
-
[**P3X-ANGULAR-COMPILE**](https://corifeus.com/angular-compile) Build v2021.10.
|
|
313
|
+
[**P3X-ANGULAR-COMPILE**](https://corifeus.com/angular-compile) Build v2021.10.130
|
|
308
314
|
|
|
309
315
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
310
316
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-angular-compile",
|
|
3
|
-
"version": "2021.10.
|
|
3
|
+
"version": "2021.10.130",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.0.0",
|
|
6
6
|
"@angular/core": "^12.0.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"metadata": "p3x-angular-compile.metadata.json",
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"corifeus-builder": "^2021.10.
|
|
25
|
+
"corifeus-builder": "^2021.10.139"
|
|
26
26
|
},
|
|
27
27
|
"description": "🆖 Angular Dynamic Compile - Convert strings to Angular components",
|
|
28
28
|
"repository": {
|