UNPKG

@angular2-material/core

Version:
13 lines (11 loc) 327 B
export var PromiseCompleter = (function () { function PromiseCompleter() { var _this = this; this.promise = new Promise(function (res, rej) { _this.resolve = res; _this.reject = rej; }); } return PromiseCompleter; }()); //# sourceMappingURL=promise-completer.js.map