NG update Migrations — Angular 12
Migrations available with the ng update Angular CLI command for Angular 12. Details and example diffs below.
Remove 'emitDecoratorMetadata' TypeScript compiler option. Decorator metadata is no longer needed by Angular. Read more about this here: https://www.typescriptlang.org/docs/handbook/decorators.html#metadata
No example diff available for this migration yet.