NileshPatel17 / ng-multiselect-dropdown

Multiple Select Dropdown Component
https://nileshpatel17.github.io/ng-multiselect-dropdown/
323 stars 288 forks source link

ng build --prod --base-href /gtd/ DON`T WORK #224

Open ItsasoAguirre opened 4 years ago

ItsasoAguirre commented 4 years ago

Angular version:

"@angular/animations": "~8.2.14",
    "@angular/common": "~8.2.14",
    "@angular/compiler": "~8.2.14",
    "@angular/core": "~8.2.14",
    "@angular/forms": "~8.2.14",
    "@angular/platform-browser": "~8.2.14",
    "@angular/platform-browser-dynamic": "~8.2.14",
    "@angular/router": "~8.2.14",

ng-multiselect-dropdown version: "ng-multiselect-dropdown": "^0.2.10",

Description of issue: When run the command, I have this error ERROR in node_modules/ng-multiselect-dropdown/ng-multiselect-dropdown.d.ts.MultiSelectComponent.html(5,103): Object is possibly 'undefined'.

NileshPatel17 commented 4 years ago

as per the error description, not sure if you are using the library correctly. Please share code snippet.

weronikasabiniewicz commented 4 years ago

@NileshPatel17 Please see at my PR #237 it resolve this problem.