Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(menu): replace item click ReplaySubject with plain Subject (#…
…724) BREAKING CHANGE: The `NbMenuService` not reply the last click event. To Update: if you use the knowledge that the last click event is replied you can wrap `onItemClick` stream in the custom stream based on `ReplaySubject`. Closes #695
- Loading branch information