DEV Community

Cover image for Angular Architecture

Angular Architecture

Pato on October 23, 2019

Angular Architecture: Angular Overview Modules Components Services and Dependency Injection Angular Architecture Overview An Angular...
Collapse
 
kball profile image
Kevin Ball

Nice article! This is super helpful for those of us who aren't familiar with Angular's structure.

Quick note of a typo: in the first example block of the 'lifecycle of d.i.' section, you have ng generarte service my-service-name (extra 'r' in generate)

Collapse
 
devpato profile image
Pato

Ohhh thanks so much! :))))

Collapse
 
vernejules profile image
VerneJules

Nice! Interesting take. Coding styles are important, though I would always prefer we all have a standard so it'll be even easier for the support people to troubleshoot.

I know it's a bit shameless of me to ask but do you have a beautifier plug-in/tool for your coding style? Not everyone can just immediately practice a coding style (usually, it comes naturally).