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

Fire iconPickerSelect on start. #3

Closed renaud-dev closed 7 years ago

renaud-dev commented 7 years ago

In the ngOnInit method of the icon picker directive, fire output iconPickerSelect. The goal is to have an icon displayed on component start.

Supposed to fix #2