carbon-icons-angular
carbon-icons-angular copied to clipboard
Carbon icons, in Angular!
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
I added this package to my package.json as mentioned in the readme file. In `app.module.ts` `import { AddModule } from '@carbon/icons-angular';` `imports: [ [...], AddModule, ],` To be sure the...
The README.md has a link to Contribution Guidelines that seems to be broken (missing file): https://github.com/carbon-design-system/carbon-icons-angular/blob/master/.github/CONTRIBUTING.md Should this file exist in this repository, or should it point to a general...
could you please align these versions with @carbon/icon-helpers": "10.9.0 https://github.com/IBM/carbon-components-angular/blob/master/package.json#L136 this gives typescript warnings. multiple versions
When adding a `title` to the icon it is added to the end of the svg: ```html ``` It should be first: ```html ```