Am new in Angular JS and Grunt JS. So I have some doubt as beginner usually have
1. Structure (folder & file) of Angular JS.
2. Is it requires including Node JS and Grunt JS for executing the Angular JS?
3. What are the basic points we have to remember once we start the Angular JS?
4. Is there any pre-define function list like jQuery?
5. I know Angular JS depend on MVC architecture but is there any basic syntax?
Hi Vikas,
first of all, welcome to our list.
1. Structure (folder & file) of Angular JS.
There is no set structure. However, the new guidelines are suggesting to order by feature. John Papa has a style guide that has quite some followers.
2. Is it requires including Node JS and Grunt JS for executing the Angular JS?
No, those are not a requirement at all. To run an angular app, you only need the AngularJS files and a browser.
For testing you need those. And if you are building a larger system, you probably want a build tool, to make
you live easier.
3. What are the basic points we have to remember once we start the Angular JS?
I’m not sure what you are asking. AngularJS, is not something you “start”. You can start your
application, that makes use of Angular’s features. If you want to know more, just ask.
4. Is there any pre-define function list like jQuery?
You mean: http://docs.angularjs.org/api/ ?
5. I know Angular JS depend on MVC architecture but is there any basic syntax?
Again, I’m not sure what you are asking here. Are you asking if there is a default Model class or something?
in that case, no there isn’t. You can use any JS object as model.
like: user = { firstName : 'Vikas', lastName: 'Bose' } and go from there.
Regards
Sander
Hi Vikas,
First you should have efficient knowledge of JavaScript including oop concepts.
You can search for 60ish minutes tutorial of angular. It will explain you usage of angular in very simple format.
Secondary go to official documentation of AngularJS all syntaxes are here.
Regards,
Pushpendra
--
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 angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.