p3x-angular-compile
Advanced tools
Comparing version
@@ -181,5 +181,2 @@ import { | ||
} | ||
module.entryComponents = [ | ||
componentType | ||
]; | ||
@@ -186,0 +183,0 @@ @NgModule(module) |
{ | ||
"name": "p3x-angular-compile", | ||
"version": "2022.4.128", | ||
"version": "2023.10.106", | ||
"peerDependencies": { | ||
@@ -13,3 +13,3 @@ "@angular/common": "^13.0.0", | ||
"devDependencies": { | ||
"corifeus-builder": "^2022.4.130" | ||
"corifeus-builder": "^2023.10.111" | ||
}, | ||
@@ -16,0 +16,0 @@ "dependencies": { |
@@ -14,3 +14,3 @@ [//]: #@corifeus-header | ||
# π Angular Dynamic Compile - Convert strings to Angular components v2022.4.128 | ||
# π Angular Dynamic Compile - Convert strings to Angular components v2023.10.106 | ||
@@ -29,3 +29,3 @@ | ||
```txt | ||
v16.15.0 | ||
v18.16.1 | ||
``` | ||
@@ -39,3 +39,3 @@ | ||
```text | ||
13.3.11 | ||
16.1.4 | ||
``` | ||
@@ -318,3 +318,3 @@ | ||
[**P3X-ANGULAR-COMPILE**](https://corifeus.com/angular-compile) Build v2022.4.128 | ||
[**P3X-ANGULAR-COMPILE**](https://corifeus.com/angular-compile) Build v2023.10.106 | ||
@@ -321,0 +321,0 @@ [](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) |
11
test.ts
@@ -11,9 +11,2 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files | ||
declare const require: { | ||
context(path: string, deep?: boolean, filter?: RegExp): { | ||
keys(): string[]; | ||
<T>(id: string): T; | ||
}; | ||
}; | ||
// First, initialize the Angular testing environment. | ||
@@ -26,5 +19,1 @@ getTestBed().initTestEnvironment( | ||
); | ||
// Then we find all the tests. | ||
const context = require.context('./', true, /\.spec\.ts$/); | ||
// And load the modules. | ||
context.keys().map(context); |
Sorry, the diff of this file is not supported yet
17674
-1.96%208
-5.88%