igniteui-angular-core 13.2.0-beta.0 → 13.2.0-beta.1
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/bundles/igniteui-angular-core.umd.js +1 -0
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +1 -0
- package/fesm2015/igniteui-angular-core.js +1 -0
- package/fesm5/igniteui-angular-core.js +1 -0
- package/package.json +1 -1
|
@@ -67834,6 +67834,7 @@
|
|
|
67834
67834
|
e = " StateHasChanged();";
|
|
67835
67835
|
}
|
|
67836
67836
|
else {
|
|
67837
|
+
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
67837
67838
|
}
|
|
67838
67839
|
if (c.isAsync) {
|
|
67839
67840
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|