Mike Huang
Mike Huang
### Which @angular/* package(s) are the source of the bug? language-service ### Is this a regression? No ### Description Let say I have a directive like this: ```typescript import {...
## Summary When using snapshot testing, Angular will generate `` root tag every time call `TestBed.createComponent`; this attribute will cause the snapshot not to be stable and should be removed...
update zh_TW translation to v16
### Description of the bug The auto spy feature can not mock instance injected by `inject` function. ### An example of the bug service that want be mocked: ```typescript import...