tnx-shared 5.1.73 → 5.1.74
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/tnx-shared.umd.js +2 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/tn-app-notification/tn-app-notification.component.d.ts.map +1 -1
- package/esm2015/components/tn-app-notification/tn-app-notification.component.js +3 -2
- package/fesm2015/tnx-shared.js +2 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -42174,7 +42174,8 @@
|
|
|
42174
42174
|
this.bounceNoti = false;
|
|
42175
42175
|
};
|
|
42176
42176
|
TnAppNotificationComponent.prototype.handleClicked = function () {
|
|
42177
|
-
this.
|
|
42177
|
+
var domain = this.environment.clientDomain.thongbaoDomain;
|
|
42178
|
+
this._router.navigate([domain + "/thongbao-chuadoc"]);
|
|
42178
42179
|
};
|
|
42179
42180
|
return TnAppNotificationComponent;
|
|
42180
42181
|
}(ComponentBase));
|