DEV Community

Cover image for Angular for newbies II
Kamaal Abshir
Kamaal Abshir

Posted on

Angular for newbies II

Part II

before i start the second part of our series let's remind you to read Part I if you didn't

OK let's begin ARE YOU READY 🖐
as we mention on our previous post we defined angular according the definition of angular team there is some cryptic keywords so let's continue
the definition was

A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more

so what is library ?
let me simplify you what library means, library is like building your own home from scratch you have the ability to chose how many rooms and kitchens your home will have,
so well integrated libraries means angular built in using different libraries and work each other effort less and at your convenience

so what those libraries Do
as you see in the definition each library responsible for one task like rooting i will come back what routing is! that means library is like rooms that builds your home as your home have different rooms for different purpose is like that !

ARE YOU STILL WITH ME ? 🖐 am down here 👀

So what is Routing
Ooooooops !! 🙈

i almost forget to tell you that Angular is Single Page Application SPA means the whole application / website is served on a single page all different look alike pages you see are not real pages they are component that being rendered on the same page
and that is where the router comes in handy it allows us to travel inside our components back and forth

and also form management and client communication are libraries that responsible for specific task like the router

wooow ðŸ˜ē we did an amazing journey you and me !!

so let's grab a cup of coffee ☕ïļ you earned it

are you thinking what am thinking ?

how to create angular application ??

that is the next Post !
see you buddy ðŸĪŠ and stay Healthy

Top comments (0)