Tools - Do you know the best UI framework for Angular?

Last updated by Chloe Lin [SSW] about 1 month ago.See history

The main contenders for the best UI framework for Angular are:

Making the choice of which to use will depend on several factors related to your project:

  1. The look and feel of the site that your client is seeking
  2. The range of components that will be required in the application
  3. The developers' familiarity with the framework
  4. The designers' familiarity with theming in the framework

Angular Material

Angular Material has a very specific design metaphor, and if the look and feel is one that your client likes, then consider using it. But if the Material metaphor doesn't match the rest of the client's applications, then it may not be a good choice.

angular material
Figure: Angular Material is built by the Angular team

Here are some reasons to use Angular Material:

✅ More popular than Kendo and Ant Design (see npm trends comparison)

✅ Good out-of-the-box grid customization and column sorting is included. Easy to add filtering (different way than Kendo).

✅ Free and open source.

Angular Material uses Angular components for its widgets. This means that the HTML rendered in the browser will include directives, divs, and classes that are not present in the component template HTML. It is for this reason that Designers without a good understanding of Angular may have difficulties tweaking the look of the Angular Material components.

Here are some tips for working with Angular Material:

.mat-success {
  color: $white !important;
  background-color: $success !important;
}

Now you can do following:

<button mat-raised-button color="success">Primary</button>

Bootstrap

Bootstrap is the obvious choice if your UI design requires extensive customization. Bootstrap makes it easy to theme your application's design and to tweak the design of individual components. In addition to components, Bootstrap 4 provides powerful layout and theming capabilities. These features make it popular with Designers.

bad bootstrap
Figure: Bootstrap has been the recommended UI framework for the web for years

There are two popular bootstrap-based Angular component libraries - ng-bootstrap and ngx-bootstrap. Both support Bootstrap 4 and provide a rich choice of components.


Adam Stephensen
Adam Cogan
Brendan Richards
Gabriel George
We open source.Loving SSW Rules? Star us on GitHub. Star
Stand by... we're migrating this site to TinaCMS