[Icon Request] html and scss icons for Angular (+2)
See original GitHub issueChecklist:
- I’m sure this issue is not a duplicate?
- I want to create an icon request(if not, remove these lines below):
- Type:
extension
- Icon Name:angular-template
- Sample original Icon (32x32/svg/transparent whenever possible): [url] - Extensions: [*.component.html
,*.component.scss
]
I think this could be just the *.component.ts
, with the Angular red logo but with the HTML5, and SCSS as subindex.
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
3 Ways to use icons in Angular - CraftCode
In this tutorial I will be showing you 3 ways for using icons in angular. We start with the most used one and...
Read more >How To Use Font Awesome icons in Angular Applications
Step 2: Import font awesome icons in angular component directly ... In the component html render film icon using fa-icon selector show below ......
Read more >Angular Icon | Font Awesome
Angular icon in the Solid style. Make a bold statement in small sizes.. Available now in Font Awesome 6.
Read more >Icon | Angular Material
Registering icons. MatIconRegistry is an injectable service that allows you to associate icon names with SVG URLs, HTML strings and to define aliases...
Read more >Angular Icons with Bootstrap - examples & tutorial
Icons. Angular Bootstrap 5 Icons. Basic usage. You can place icons just about anywhere using the CSS Prefix fa and the icon's name....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
sigh
Okay, but I’ll stick to it: I don’t need it.
For the history, I was the one that proposed to add
Angular
specific icons forhtml
andcss
. But @robertohuertasm convinced me that there is no point in doing it because:Angular
html
file is still anhtml
file and so is acss
one. There isn’t any fundamental syntax chance in them (yes I know that you haveAngular
directives as attributes in them but the file is still anhtml
one in most parts).The
js
,ts
(and we should have added thedart
too) have a syntactic structure that is specific toAngular
and that’s the main reason they got a specific icon.So my vote is to leave things as they are.