Parsa Arvaneh

Results 78 comments of Parsa Arvaneh

> Please could you provide test for the code added ? Sure, I will get back to you with that as soon as I can.

> Please could you provide test for the code added ? Sorry for the delay; tests for the changes have been added. Thank you for reviewing my PRs @Nicoss54

Greetings @Coder-Zertrax @ksrae, I have created a [stackblitz ](https://stackblitz.com/edit/stackblitz-starters-nb9awc?file=angular.json)with the same configurations that @Coder-Zertrax provided. I do not encounter any error; please provide more details. I am using the [basic](https://ng.ant.design/components/tree-view/en)...

> Idk why, but the issue is solved by itself. I changed nothing. Just worked on another branch and tested the installation some minutes again. I think `CdkTreeNodeToggle` has been...

@Coder-Zertrax @ksrae @DimkaIvanyushin Well the problem wasn't what I expected at all :) In your tsconfig.json file, add this: ```ts "skipLibCheck": true ```

> @Coder-Zertrax @ksrae @DimkaIvanyushin > > Well the problem wasn't what I expected at all :) > > In your tsconfig.json file, add this: > > ```ts > "skipLibCheck": true...

> This is more a hotfix, not a real solution or? I will try it. Have you had the time to check it? I don't know really what's changed recently;...

Hi @HaidarVladyslav, This is a possible fix for your issue #8365.

@HaidarVladyslav In the meantime, you can use this hack to get your problem solved: component.html: ``` ts ``` component.ts: ```ts @ViewChild('avatarComponent') public avatarComponent!: NzAvatarComponent; public reScaleAvatar(): void { this.avatarComponent['notifyCalc'](); }...

> > Hi @HaidarVladyslav, This is a possible fix for your issue #8365. > > I also tried that. But then other examples are broken. You can check existing 'Change...