Reputation: 1885
I used Ionic and it provides default ionicons icon set. I'm new to angular. I'm searching for angular icon set.
What is the default icon set for the angular app?
I know, it is a basic question but yet not finding any official link, what is default icon set or any preferred one?
Please guide me!
Upvotes: 0
Views: 96
Reputation: 1221
There is no such thing as a preferred Angular icon set. Some standard ones that you'll see being used often are Bootstrap's Glyphicons and Material Design's icons. However, Angular itself is entirely agnostic and makes no special preference for any type of icon at all.
Upvotes: 1