ngx-bootstrap
Version:
Native Angular Bootstrap Components
25 lines • 877 B
JavaScript
import { Injectable } from '@angular/core';
var BsDatepickerEffects = (function () {
function BsDatepickerEffects() {
}
// constructor(private _bsDatepickerStore: BsDatepickerStore,
// private _actions: BsDatepickerActions) {
// this.onMonthCalendarCalculation();
// }
//
// onMonthCalendarCalculation() {
// this._bsDatepickerStore
// .select(state => state.monthModel)
// .filter(monthModel => !!monthModel)
// .subscribe(month =>
// this._bsDatepickerStore.dispatch(this._actions.format()));
// }
BsDatepickerEffects.decorators = [
{ type: Injectable },
];
/** @nocollapse */
BsDatepickerEffects.ctorParameters = function () { return []; };
return BsDatepickerEffects;
}());
export { BsDatepickerEffects };
//# sourceMappingURL=bs-datepicker.effects.js.map