svg-icons-builder
svg-icons-builder copied to clipboard
Angular builder to build svg-icons using svg-to-ts
You simple need to change you schema.json file: from: "id": "SVGIconsBuilderGenerateIconLib", to: "$id": "SVGIconsBuilderGenerateIconLib" This is due to a depreciation in npm ajv lib.
Would it be possible to update `svg-to-ts` to the latest version? I can try to submit a PR.
Removed `fileName` from the files conversion example.
Support installing or adding with `--project` flag to generate build-icons config in `angular.json` Would be nice if schema matched the three possible conversionTypes. Relates to #9 Sample for constants: ```...
https://angular-builders.dev/home
- automated npm deployment - automated changelog generation - automated release generation
The last supported version appears to be v13. Please release newer versions for 14 onwards. It would be nice to follow Angular's major number, i.e. skip to v14 directly from...
Please consider adding a table for this package's versions against the required Angular version/range. Reference: https://nx.dev/nx-api/angular/documents/angular-nx-version-matrix#nx-and-angular-version-compatibility-matrix
Hi, the npm repo has a version 11.0.0 from 7 months ago: https://www.npmjs.com/package/@angular-extensions/svg-icons-builder The last tag or release in GitHub is v3.0.0. I see commits in `main` for 11.0.0 from...
Hello ! Just noticed a typo in the README.md. Here's the fix. Thank you =)