devma12 / devma12/NaturaProject
ExpressionChangedAfterItHasBeenCheckedError is raised when updating entry type header
Open
bug
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Entry component listen EntryService header and its child components update the header by reading the type in route. Header is changed after entry component ngOnInit is called, so an ExpressionChangedAfterItHasBeenCheckedError is raised.
Possible solution:
All sub routes of entry component contains type in the route. This route parameter could be put at entry component route level and read in entry component to update directly component header.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.