piral-ng 0.15.12-beta.5538 → 0.15.12-beta.5541

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -800,7 +800,7 @@ The basic dependencies look as follows:
800
800
  }
801
801
  ```
802
802
 
803
- Besides the usual imports the explicit import of the `@angular/compiler` package may be necessary. TypeScript has to be higher than 4.8 (4.9 or later).
803
+ Besides the usual imports, the explicit import of the `@angular/compiler` package may be necessary. TypeScript has to be higher than 4.8 (4.9 or later).
804
804
 
805
805
  So include in your app shell as preamble:
806
806
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ng",
3
- "version": "0.15.12-beta.5538",
3
+ "version": "0.15.12-beta.5541",
4
4
  "description": "Plugin for integrating Angular components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -81,7 +81,7 @@
81
81
  "@angular/platform-browser-dynamic": "^16.0.0",
82
82
  "@angular/router": "^16.0.0",
83
83
  "ng-packagr": "^16.0.0",
84
- "piral-core": "0.15.12-beta.5538",
84
+ "piral-core": "0.15.12-beta.5541",
85
85
  "rxjs": "^7.3.0"
86
86
  },
87
87
  "peerDependencies": {
@@ -92,5 +92,5 @@
92
92
  "@angular/router": "^2.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
93
93
  "rxjs": "^5.0.0 || ^6.0.0 || ^7.0.0"
94
94
  },
95
- "gitHead": "edf6a2b34e37e7d280a949f0955105e07ac01542"
95
+ "gitHead": "9006ea1da868b2647caf6c142af29f568ae76e4a"
96
96
  }