Examples of using Angularjs in English and their translations into Bengali
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Why use AngularJS 2?
AngularJS has$scope objects.
Modules contain AngularJS components.
AngularJS gives us service objects.
Objectives of AngularJS 2.0 Training.
AngularJS: Understanding design pattern.
SOC makes no sense in an AngularJS context.
Write AngularJS directives.
I find this question interesting, because my first serious exposure to JavaScript programming was Node.js and AngularJS.
AngularJS 4.0 Training Course Overview.
These two do the same thing, but in the AngularJS version anyone looking at the template knows what's supposed to happen.
AngularJS extends HTML, so you don't have to put<div> all over the place just to make an application.
One of the first questions I asked myself when starting AngularJS and running through the tutorials is"Where is my code?".
If it isn't, AngularJS ships with jQuery Lite, which is a cut down, but still perfectly usable version of jQuery.
For many simple casesit's often sufficient to just write a template and let AngularJS compile it into an application for you.
AngularJS reads in your whole web page and literally compiles it into a new web page using its built in compiler.
A designer with minimalHTML knowledge and no coding skill can read your AngularJS template and understand what it is doing.
AngularJs has already jQuery lite built in which allows you to perform basic DOM manipulation without even including the full blown jQuery version.
When you first see this you might be tempted to write AngularJS off as old school intrusive JavaScript(like I did at first).
AngularJS provides developers options to write client side application(using JavaScript) in a clean MVC(Model View Controller) way.
And when you come to a problem that you think you know how to solve in jQuery already, before you reach for the$,try to think about how to do it within the confines the AngularJS.
You don't need to create the$scope object, AngularJS instantiates and configures it for you, correctly and appropriately based on your template hierarchy.
So, I guess my answer to this question would essentially boil down to,"think like someone who never learned jQuery" andavoid any temptation to incorporate jQuery directly(obviously AngularJS uses it to some extent behind the scenes).
If you're using AngularJS well(templates, data-binding,$scope, directives, etc.) you will find you need a lot less jQuery than you might otherwise require.
This is really tempting when you're just starting out,which is why I always recommend that new AngularJS developers don't use jQuery at all, at least until they get used to doing things the"Angular Way".
You write AngularJS components, and AngularJS will take care of pulling them in and making them available at the right time based on the structure of your template.
It's an attribute you can attach to any DOM element and you can go nuts withjQuery within it without worrying about your jQuery ever conflicts with AngularJs components or messes up with its architecture.
AngularJS allows you to make your own HTML tags/attributes that do things which work well with dynamic web applications(since HTML was designed for static pages).
Like me, you will quickly realize that AngularJS(or Ember. js, Durandal,& other MV* frameworks for that matter) is one complex framework assembling many of the different JavaScript design patterns.
AngularJS is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.