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 On 27 Oct 2014 08:24, "Vikas Bose" <[email protected]> wrote: > Hi Sander, > > Thanks for brief description about my queries. > > It is really halpful for me to progress further. I think, you were bit > confused about 3rd and 5th question. I am really sorry for that, > > My 3rd question was related for beginner. If person is new in Angular JS, > how can he understand the Angular JS easily? > > My 5th question was related to the architecture of Angular JS? So are we > follow any syntax/pattern for it? > > Thanks > Vikas Bose > > On Monday, 20 October 2014 12:26:03 UTC+5:30, Sander Elias wrote: > >> 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 >> <http://www.johnpapa.net/angular-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 >> >> > -- > 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. > -- 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.
