Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Fix missing imports #72

Merged
merged 5 commits into from
Mar 20, 2019
Merged

Fix missing imports #72

merged 5 commits into from
Mar 20, 2019

Conversation

Blackbaud-SteveBrush
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush commented Mar 18, 2019

Noticed we're not importing i18n or providing our custom pipe!

@codecov
Copy link

codecov bot commented Mar 18, 2019

Codecov Report

Merging #72 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #72   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     18    +3     
  Lines         250    269   +19     
  Branches       44     44           
=====================================
+ Hits          250    269   +19
Impacted Files Coverage Δ
src/app/public/modules/numeric/numeric.module.ts 100% <100%> (ø)
...public/plugin-resources/core-resources-provider.ts 100% <0%> (ø)
...app/public/modules/shared/core-resources.module.ts 100% <0%> (ø)

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 554fafc...c01556d. Read the comment docs.

skyuxconfig.json Outdated
@@ -5,6 +5,9 @@
"skyuxModules": [
"SkyErrorModule"
],
"moduleAliases": {
"@skyux/core": "./src/app/public"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing my a circular dependency on my local skyux serve. It looks like the culprit is i18nModule which is importing SkyAppWindowRef from @skyux/core.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for the @skyux/i18n library incoming...

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit fad5a94 into master Mar 20, 2019
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the fix-i18n-export branch March 20, 2019 20:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants