angular-markdown-editor icon indicating copy to clipboard operation
angular-markdown-editor copied to clipboard

support for @fortawesome/free-* library icons

Open bjornharvold opened this issue 8 months ago • 5 comments

Clear and concise description of the problem

Thank you for a great editor. Superb! 🦸‍♂️

We are already using FontAwesome heavily by importing individual icons (e.g. faBell) into our apps with <fa-icon [icon]="faBell">. It keeps it manageable.

By having to doubly import the entire CSS library increases the size of our main bundle quite dramatically.

Suggested solution

Moving away from using the entire FontAwesome CSS library is the optimal way forward. Only import the icons your component needs.

Alternative

No response

Additional context

No response

Validations

bjornharvold avatar Apr 05 '25 04:04 bjornharvold