最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

angular - Ng-Multiselect-dropdown - Error: Cannot read properties of null (reading 'firstCreatePass') - Stack Ov

programmeradmin5浏览0评论

I am trying to use the npm package in angular Ng-Multiselect-Dropdown, I have it installed and all the code in places however when I try to access the page it does not load and the following error is showing:

See code below:

HTML:

  <ng-multiselect-dropdown [placeholder]="'custom placeholder'"
                         [settings]="dropdownSettings"
                         [data]="dropdownList"
                         [(ngModel)]="selectedItems"
                         (onSelect)="onItemSelect($event)"
                         (onSelectAll)="onSelectAll($event)">
</ng-multiselect-dropdown>

Typescript:

AppsModule:

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论