Alan Agius 3fe432c71b refactor: update code to integrate universal repo
This commit updates the moved universal code into the cli pipeline
2023-08-22 20:44:53 +00:00

15 lines
399 B
TypeScript

/**
* @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
*/
export { CommonEngine, CommonEngineRenderOptions } from './src/common-engine';
export {
ngExpressEngine,
NgExpressEngineOptions,
NgExpressEngineRenderOptions,
} from './src/express-engine';