Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 增加 angular 模块封装 和 主应用的支持 #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

WuShenghui
Copy link

@WuShenghui WuShenghui commented Oct 1, 2022

  • 提交符合commit规范
  • 文档更改
  • 测试用例添加
  • npm run test通过
详细描述

@daiyang123456
Copy link

angular对采用增量DOM进行编译和脏检查,这样会导致wujie的proxy模式,影响angular编译,有没有什么解决办法?

@WuShenghui
Copy link
Author

angular对采用增量DOM进行编译和脏检查,这样会导致wujie的proxy模式,影响angular编译,有没有什么解决办法?

可以尝试在创建 Proxy 对象时使用 getOwnPropertyDescriptor 方法来获取属性描述符,然后再将其传递给 Proxy;或考虑使用 NgZone 来管理代理对象

@renwofei423
Copy link

支持一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants