UNPKG

@nguniversal/express-engine

Version:

Express Engine for running Server Angular Apps

12 lines (8 loc) 261 B
import { InjectionToken } from '@angular/core'; const REQUEST = new InjectionToken('REQUEST'); const RESPONSE = new InjectionToken('RESPONSE'); /** * Generated bundle index. Do not edit. */ export { REQUEST, RESPONSE }; //# sourceMappingURL=tokens.mjs.map