UNPKG

@hapiness/ng-universal

Version:

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

4 lines (3 loc) 174 B
import { InjectionToken } from '@hapiness/core'; import { NgSetupOptions } from './options'; export declare const NG_UNIVERSAL_MODULE_CONFIG: InjectionToken<NgSetupOptions>;