@decaf-ts/for-angular 0.0.43 → 0.0.44

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/index.d.ts CHANGED
@@ -1512,7 +1512,7 @@ declare abstract class NgxComponentDirective extends LoggedClass implements OnCh
1512
1512
  * @type {string}
1513
1513
  * @memberOf module:lib/engine/NgxComponentDirective
1514
1514
  */
1515
- route: string;
1515
+ route?: string;
1516
1516
  /**
1517
1517
  * @description Initialization status flag for the component.
1518
1518
  * @summary Tracks whether the component has completed its initialization process.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/for-angular",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "author": "Tiago Venceslau and Contributors",
5
5
  "license": "MPL-2.0 OR AGPL-3.0",
6
6
  "repository": {