You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
look into the capsule under ngx-bootstrap it should contain utils folder required by few files in the component (like: src/datepicker/daypicker.component.ts)
Expected Behavior
utils folder should be created
Specifications
Bit version: master
Node version: 10.16.0
Bit compiler (include version): custom ng compiler v0.0.18
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to build a component from ngx-bootstrap, but the capsule is missing one alias under ngx-bootstrap.
This looks like a bug in the dep resolution since the
bit show datepicker -j
doesn't show it as"isCustomResolveUsed": true,
Steps to Reproduce
bitmap.txt
bit build datepicker
src/datepicker/daypicker.component.ts
)Expected Behavior
utils folder should be created
Specifications
The text was updated successfully, but these errors were encountered: