@decaf-ts/for-angular 0.0.42 → 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
|
|
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.
|