HyperLife1119

Results 49 comments of HyperLife1119

The CanMatch route guard is also called twice, is that related to this issue?

Sorry, due to an incorrect rebase operation, the PR has been transferred to #50736.

@Chen-jj 此问题在 `taro v3.4.1 + vue3` 中仍然没有得到解决,https://github.com/NervJS/taro/pull/8460 此 PR 并没有完全修复该问题。

We should also need a DirectiveRef, this can also be used to interact with HostDirectives.

> Does this mean we cannot use esbuild yet with ngzorro? Currently zorro can be used with esbuild,, just **ignore** the warning message. We plan to eliminate this warning in...

Sometimes I want to hide entire classes, interfaces: ```ts /** * @internal */ export class MyClass { } ``` But I realized that @internal only supports member properties and methods.