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) 221 B
export * from './ng-universal.module'; export { NgSetupOptions, StaticContent } from './interfaces'; export { HttpServerReply, HttpUtils } from './services'; export { HttpServerRequest } from '@hapiness/core/httpserver';