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

[Fix] Lazy DI tokens #7

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

[Fix] Lazy DI tokens #7

wants to merge 21 commits into from

Conversation

gund
Copy link
Member

@gund gund commented Mar 23, 2019

Allow to provide sub menu component maps from lazy loaded modules

Closes #6

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@c0819ee). Click here to learn what that means.
The diff coverage is 79.68%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #7   +/-   ##
=========================================
  Coverage          ?   88.59%           
=========================================
  Files             ?       17           
  Lines             ?      298           
  Branches          ?       36           
=========================================
  Hits              ?      264           
  Misses            ?       23           
  Partials          ?       11
Impacted Files Coverage Δ
...ult-dynamic-menu/default-dynamic-menu.component.ts 100% <ø> (ø)
.../dynamic-menu/src/lib/dynamic-menu/context-item.ts 100% <ø> (ø)
...ojects/dynamic-menu/src/lib/dynamic-menu.module.ts 100% <ø> (ø)
...namic-menu/src/lib/dynamic-menu/context-wrapper.ts 100% <ø> (ø)
...c-menu/src/lib/dynamic-menu/dynamic-menu.module.ts 100% <ø> (ø)
...mic-menu-wrapper/dynamic-menu-wrapper.directive.ts 100% <ø> (ø)
...u/dynamic-menu-item/dynamic-menu-item.directive.ts 100% <ø> (ø)
...ojects/dynamic-menu/src/lib/dynamic-menu-routes.ts 100% <ø> (ø)
...namic-menu-toggle/dynamic-menu-toggle.directive.ts 100% <ø> (ø)
...ojects/dynamic-menu/src/lib/dynamic-menu-extras.ts 83.33% <0%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0819ee...f358d4d. Read the comment docs.

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.

[Bug] Lazy-loaded providers of sub menu components are lost
3 participants