@nguniversal/express-engine
Version:
Express Engine for running Server Angular Apps
44 lines (36 loc) • 1.56 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
typeof define === 'function' && define.amd ? define('@nguniversal/express-engine/tokens', ['exports', '@angular/core'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.nguniversal = global.nguniversal || {}, global.nguniversal.expressEngine = global.nguniversal.expressEngine || {}, global.nguniversal.expressEngine.tokens = {}), global.ng.core));
}(this, (function (exports, core) { 'use strict';
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
var REQUEST = new core.InjectionToken('REQUEST');
var RESPONSE = new core.InjectionToken('RESPONSE');
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* Generated bundle index. Do not edit.
*/
exports.REQUEST = REQUEST;
exports.RESPONSE = RESPONSE;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=express-engine-tokens.umd.js.map