V
V
Valentine2015-01-16 12:17:19
JavaScript
Valentine, 2015-01-16 12:17:19

How long does it take to learn Angular.js?

Before that, I had no experience with similar JS frameworks, I have to implement a project in Angular. I would like to understand how much time it takes on average to learn this framework? Are there any other specific knowledge required (MVC, JavaScript of course :) ). So far, I've only had experience with jQuery.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-01-16
@gephaest

Spend a day going through the documentation, tagging things you don't understand. Immediately allocate at least a week for things like directives, scopes, etc. Also, do not forget that in addition to angular itself, you will have to deal with modules a la ui-router, which will add a couple more weeks. Some things can be learned along the way, some things (such as working with $provide, $q, and $http) will have to be mastered anyway. I also understand that you have no experience in testing JS applications, and without tests you will not be able to refactor and experiment ... And the tests themselves will take more time. You also need to deal with the infrastructure - project assembly, etc.
In a word ... think for yourself and answer the question. And so you can only take numbers from the ceiling ala 2000 hours.

D
Dmitry, 2015-01-16
@thewind

If you had not written this question, you would have saved 5 minutes for studying.
In fact, it depends on your previous skills, on the ability to understand the code and quickly sort everything out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question