static-injector icon indicating copy to clipboard operation
static-injector copied to clipboard

missing ɵsetClassMetadata

Open PatrickJS opened this issue 3 years ago • 1 comments

we're missing ɵsetClassMetadata Version Injectable

https://github.com/angular/angular/blob/10a7c876929683234c6331905301727b1b337674/packages/compiler-cli/src/ngtsc/imports/src/core.ts#L56

PatrickJS avatar Mar 29 '22 18:03 PatrickJS

thanks for your report. I find ɵsetClassMetadata in Angular is to support Ivy compatible mode?(source code -> package -> ivy build?) and this package is not compatible previous code(currently only source code-> static inject). Can you tell me where to use it? The Version variable does not exist. Because it is not synchronized with 'angular', it is an independent update Is Injectable means @Injectable decorator?I think it will work. Because this is a basic function. You can give me a demo if you have some bug.

wszgrcy avatar Mar 30 '22 00:03 wszgrcy