Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular-UI vs Angular-Strap [closed]

Tags:

angularjs

So currently I'm using Angular UI Bootstrap but I've noticed Angular-Strap has been re-written to not be jQuery wrapped directives.

Going through the new code of Angular-Strap I've noticed some pretty nice improvements such as touch and more enhanced functionality over Angular UI. Angular Experts, what is your current perspective on the two at the moment?

like image 746
amcdnl Avatar asked Feb 28 '14 14:02

amcdnl


People also ask

What is Angular Strap?

AngularStrap is a set of native directives that enables seamless integration of Bootstrap#^3.0 into your AngularJS#^1.2 application. With no external dependency except the Bootstrap CSS styles, AngularStrap is light and fast. It has been built from the ground up to leverage ngAnimate!

What is UI angular?

Mobile Angular UI is an open-source framework for developing hybrid mobile apps. Mobile Angular UI makes use of Twitter Bootstrap and AngularJS that helps to create attractive HTML5 hybrid mobile and desktop apps.

What is UI Bootstrap?

Bootstrap UI is a consistent library of design patterns for building beautiful and intuitive web apps on Bootstrap, the most popular CSS framework on the web.


1 Answers

I know that the Angular-UI team has worked hard to remove all jQuery and Bootstrap dependencies from their code, the same as Angular Strap. They both support Bootstrap 3x so you gain nothing by going with a specific library from that perspective either. It really comes down to what features are implemented between the two.

If there are features you need that Angular Strap has that Angular-UI doesn't go with Angular Strap. The same can be said for Angular-UI. It really gets down to which one best fits your development.

like image 129
Coding Smackdown Avatar answered Nov 09 '22 17:11

Coding Smackdown