tech-advantage / ngx-icon-picker

An Icon Picker Directive/Component for Angular 13+ which manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material.
MIT License
25 stars 33 forks source link

Html file cannot be found #6

Closed vgogov closed 6 years ago

vgogov commented 6 years ago

Hello,

Thanks for this project. I'm currently also using the Color Picker module as well. Although when I try this package out by importing the module and inserting the icon-picker in my html as follows:

<input [iconPicker]="icon" (iconPickerSelect)="onIconPickerSelect(newIcon)"/>

But it fails saying:

core.es5.js:1084 ERROR Error: Uncaught (in promise): Failed to load icon-picker.component.html
    at resolvePromise (zone.js:683) [angular]
    at /polyfills.bundle.js:940:17 [angular]
    at Object.onInvokeTask (core.es5.js:4116) [angular]

Any ideas? Thanks!

jimx6 commented 6 years ago

same problem..

greg7859 commented 6 years ago

Hello, We reproduce the problem. Work in progress ;)

greg7859 commented 6 years ago

Hello,

We resolve the problem. Could you try the new version : 0.0.8 ? (available on npmjs)

Greg

jimx6 commented 6 years ago

Fixed. thanks