angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

feat(@angular-devkit/build-angular): export `@angular/platform-server` symbols in server bundle

Open alan-agius4 opened this issue 3 years ago • 1 comments

This commit adds an internal file to export needed symbols from @angular/platform-server when building a server bundle. This is needed. This is needed so that DI tokens can be referenced and set at runtime outside of the bundle.

Also, it adds a migration to remove these exports from the users files as otherwise an export collision would occur due to the same symbol being exported multiple times.

alan-agius4 avatar Sep 07 '22 08:09 alan-agius4

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.