angular-tabler-icons icon indicating copy to clipboard operation
angular-tabler-icons copied to clipboard

Tabler Icons components library for your Angular applications

Results 12 angular-tabler-icons issues
Sort by recently updated
recently updated
newest added

Automated changes by GitHub action workflow for Tabler Icons v3.2.0 integration.

tabler release

This is how I import the icons: - First I pick the icons I need. > `tabler-icons.constant.ts` ```typescript import { IconBrandLinkedin, IconBrandGithub, IconBrandX } from 'angular-tabler-icons/icons'; import { OptionIcons }...

bug

Currently version `3.1.0` is not working with angular v18+. ``` npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: npm error...

At present, there are only two options: manual import and full import. In theory, an automated or semi automated import tool can be developed like other tools. This makes it...

- Update dependencies - Remove _unused_ test packages - Remove karma (since there are no tests) - Refactor eslint to use ES modules - Set compatibility to Angular 19 __N.B.__...

Add installation instructions for Angular 18 and add better documentation about BREAKING CHANGE with v3.22.0 -> Angular 19 support Moved the compatibility table up in the readme, since it is...

Currently version 3.1.0 is not working with angular v18. `npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error...

enhancement

Hi Guys, Recently I tried migrating from the deprecated NgModule setup to providing icons using `provideTablerIcons` standalone manner. When doing this I noticed a "bug" where if you put a...

Hi guys, Is there a way to use TablerIconsModule in a Component for v3.26. With the current methodoly to align with the use of components in angular v19 doesn't allow...

I tried to upgrade one of my projects utilizing your handy package to Angular v20 and encountered this Yarn Post-resolution validation issues: ``` ... ➤ YN0060: │ @angular/common is listed...