-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 15 18 +3
Lines 250 269 +19
Branches 44 44
=====================================
+ Hits 250 269 +19
Continue to review full report at Codecov.
|
skyuxconfig.json
Outdated
@@ -5,6 +5,9 @@ | |||
"skyuxModules": [ | |||
"SkyErrorModule" | |||
], | |||
"moduleAliases": { | |||
"@skyux/core": "./src/app/public" |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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...
Noticed we're not importing
i18n
or providing our custom pipe!