Alex Inkin

Results 233 comments of Alex Inkin

Let me explain. `ng-template` is not ambiguous, it means a piece of content that is declared but not instantiated. It is super cheap and take no resources until you create...

I see this conversation is going nowhere so here's the bottom line: - current use of templates is idiomatic and it is the way you're supposed to use them -...

It looks like you have 2 versions of `@tinkoff/ng-polymorpheus` in your app. Could you please try removing it from `package.json`, if you have it there, then remove `package-lock.json` and `node_modules`...

@rchks I think you can temporarily fix this by adding `skipLibCheck` to your tsconfig. We are going to need a reproduction to fix this though. With latest 2.x version of...

> I believe this will break harnesses as `TestBedHarnessEnvironment` is only available for karma environment. more details [here](https://material.angular.io/cdk/test-harnesses/overview#using-testbedharnessenvironment-and-seleniumwebdriverharnessenvironment) @splincode have a look. It's probably just a matter of proper mocking...

I think I purposefully omitted it during refactor because code was really complex and with right click we definitely use mouse and not that much rely on keyboard 🤔

Rest of keyboard navigation works, I'll close it for the lack of necessity.

To make them `Default` we would need to make `DialogHost` and `Root` both use `Default` strategy. I'll see if it doesn't hurt us that much because giving an option to...

Hey, sorry it took me so long to get to this issue. I've been really busy, I'll try to investigate/fix it this week.