UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

15 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var rxjs_1 = require("rxjs"); var DynamicDialogRef = /** @class */ (function () { function DynamicDialogRef() { this._onClose = new rxjs_1.Subject(); this.onClose = this._onClose.asObservable(); } DynamicDialogRef.prototype.close = function (result) { this._onClose.next(result); }; return DynamicDialogRef; }()); exports.DynamicDialogRef = DynamicDialogRef; //# sourceMappingURL=dynamicdialog-ref.js.map