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