This commit refactors the generated code for class metadata in partial compilation mode. Instead of emitting class metadata into a top-level `ɵsetClassMetadata` call guarded by `ngDevMode` flags, the class metadata is now declared using a top-level `ɵɵngDeclareClassMetadata` call. PR Close #41200
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT