ps-toolkit-ui 0.0.200 → 0.0.201

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.
@@ -7145,6 +7145,8 @@
7145
7145
 
7146
7146
  var ClockComponent = /** @class */ (function () {
7147
7147
  function ClockComponent() {
7148
+ moment.locale('fa');
7149
+ this.active = moment__namespace();
7148
7150
  }
7149
7151
  ClockComponent.prototype.ngOnInit = function () {
7150
7152
  var _this = this;