F
F
fman22015-11-22 21:13:52
Angular
fman2, 2015-11-22 21:13:52

AngularJS best practices?

Good afternoon.
I am learning AngularJS,
reading an article on github: https://github.com/mgechev/angularjs-style-guide/b...
How up-to-date is this information? What else to read on the practice of AngularJS, preferably in Russian, but not necessary.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-11-22
@fman2

How up to date is this information?

When using ES6 (babel, typescript), some of these practices become irrelevant, but the essence remains the same.
In addition, not exactly "best practice" ... rather a good list of questions on angular, arranged in order of knowledge priorities (well, that is, understanding what is asked at the beginning is more important than the last points) - ngExam . If you can answer all of these questions, then you're kind of cool.
Next comes the component approach when designing applications in angularjs. You can also google related topics, get acquainted with the simplified option for registering components in
angular1.5

N
Nick Nesterov, 2015-11-23
@njnesterov

Use webpack or yeoman builders and this problem will disappear. The assemblers themselves will tell you how to do it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question