Angular
Angular
What is Angular?
• Angular is a framework for building client applications in HTML, CSS
and either javascript or a language like typescript that compiles to
javascript.
• If you have not worked but end to end tests these are basically
automated tests that simulate a real user so we can write code to
launch our browser navigate to the page of our application click a few
links here and there fill out a form. Click a button and then assert that
there is something on the page.
Node_modules
• This is where you store all the third party libraries that our application
may depend upon.