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
open borwser dev tool,you will get a [does not provide an export named 'withColorWidget'] error
What is expected?
register withColorWidget rightly
What is actually happening?
the ng-package.json file in widget segmented folder is wrong,it's flatModuleFile shoud be "widget-segmented". not "widgets-color".like this:
{
"lib": {
"flatModuleFile": "widgets-sigment",
"entryFile": "index.ts"
}
}
Environment
Info
ng-alain
18.3.0
Browser
chrome V131.0.6778.205 64bit
The text was updated successfully, but these errors were encountered:
cipchk
added a commit
to ng-alain/delon
that referenced
this issue
Jan 18, 2025
Reproduction link
https://github.com/ng-alain/delon/blob/master/packages/form/widgets/segmented/ng-package.json
Steps to reproduce
What is expected?
register withColorWidget rightly
What is actually happening?
the ng-package.json file in widget segmented folder is wrong,it's flatModuleFile shoud be "widget-segmented". not "widgets-color".like this:
{
"lib": {
"flatModuleFile": "widgets-sigment",
"entryFile": "index.ts"
}
}
The text was updated successfully, but these errors were encountered: