Mike Huang

Results 15 issues of Mike Huang

related to issue #4 - 縮小時進入tray - 關閉時提醒是否要進入tray, 並可記錄設定

enhancement

### 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 {...

area: language-service
state: has PR

## 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...

bug