UNPKG

@hapiness/ng-universal

Version:

This is a Hapiness Engine for running Angular Apps on the server for server side rendering.

5 lines (4 loc) 194 B
import { InjectionToken } from '@angular/core'; export declare const REQUEST: InjectionToken<{}>; export declare const REPLY: InjectionToken<{}>; export declare const UTILS: InjectionToken<{}>;