angular/integration/cli-elements-universal/src/main.server.ts
Matthieu Riegler aebf1158f6 ci: Remove environment files and EnableProdMode on integration tests (#49746)
Since v15, prod mode is handled by the CLI with the `optimization` flag. We can remove the environement files and `enableProdMode` when the tests use the CLI.

PR Close #49746
2023-04-14 14:13:33 +00:00

3 lines
100 B
TypeScript

import '@angular/platform-server/init';
export { AppServerModule } from './app/app.server.module';