AngularJS is a fine solution for pure front-end' development.  It is also 
an excellent library for presenting binding/showing 'back-end' data to the 
front-end too. It provides many mechanisms for dynamic website interfaces 
built-in that you need to develop from scratch with jQuery.  The initial 
learning curve is a little steep but it settles quickly and then picks up 
again and then settles.  Note, for granular DOM manipulation you need to 
use jQuery/JS anyway ...the question is *when*?  DOM manipulations are done 
inside custom directives which is one of the more 'advanced' features of 
AngularJS.

At the end, if you and your developers have the time and desire to learn a 
new system from ground up then go with AngularJS--it will prove to be a 
great investment.  If not, the jQuery/JS it is.

Mo

On Friday, March 13, 2015 at 10:27:12 AM UTC-4, olimits7 wrote:
>
> I'm working with a design team to redesign my website, and my lead 
> developer told me to tell them I wanted to use AngularJS instead of JQuery 
> for my HTML pages since it is clean code and has the most modern libs; 
> which they agreed to use.
>
> I guess since AngularJS is newer than JQuery they don't have as much 
> experience with it. In the project scope, we agreed that they would do just 
> the "front-end" work (e.g. templated bootstrap, css/html and animations of 
> the site) for the redesign, but they told me that someone from their team 
> said that AngularJS is also "back-end" programming work too...is this 
> accurate? 
>
> If they are creating my HTML pages will they have to do "back-end" 
> programming work if they use AngularJS or will this be only "front-end" 
> work? They say they have to use JQuery because this is all "front-end" work.
>
> Also, they are telling me for specific animation effects such as fading in 
> and out of elements etc. that they want to use jQuery and Bootstrap. They 
> tell me that AngularJS is not the best solution for animations, but it's 
> better for manipulating dynamic and real time information for the 
> website...is this accurate?
>
> It seems to me they are just trying to find ways to not use AngularJS and 
> use JQuery instead which they are more comfortable with.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to