ng2-simple-global
Version:
Angular simple global variable service
23 lines (18 loc) • 443 B
JavaScript
import { __decorate } from 'tslib';
import { Injectable } from '@angular/core';
var SimpleGlobal = /** @class */ (function () {
function SimpleGlobal() {
}
SimpleGlobal = __decorate([
Injectable()
], SimpleGlobal);
return SimpleGlobal;
}());
/*
* Public API Surface of ng2-simple-global
*/
/**
* Generated bundle index. Do not edit.
*/
export { SimpleGlobal };
//# sourceMappingURL=ng2-simple-global.js.map