mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
import '@angular/platform-server/init';
|
|
|
|
export { AppServerModule } from './app/app.server.module';
|