0
LarryLin created
- ABP Framework version: 7.0.3
- UI Type: Angular
- Database System: EF Core
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:core.mjs:8400 ERROR TypeError: Cannot read properties of undefined (reading 'onDestroy')
- Steps to reproduce the issue:
We replace abp's header by replaceComponentService and this customized page used asyncPipe. When we jump to role's page, it would error.
This is our headerComponent Template
This is Module.ɵɵpipe error image:
How to add asyncPipe define by ourself.