UI libraries are nowadays essential for every web application. First, because it accelerates development and keeps all developers constraint to use the same component for the same purpose, thus more reusability in the application and less maintenance effort. Second, it makes new front-end developers in a team comfortable and start super-fast producing since the source or the guideline to follow is one and already specified: Prime NG.
In this article, I’m answering questions about the Angular Material UI library such as what is it? Why using it? How and when to use it?
In the end, I’m giving some final thoughts from my experience and my opinion as a front-end developer.
Ready? leeeet’s gooo
Angular Material is a UI component library for Angular applications. It provides modern UI components that work on desktop as well as mobile devices. You can build with these UI modern components attractive, consistent, and functional web applications.
#typescript #javascript #ui #angular #front-end-development