Learning Angular as a Java Developer
Recently got an opportunity to work on angular project.With no previous experience in angular, I had some catch up to do in terms of web development.So here is a small blog post. What is Angular ? Framework to build client side applications. Why would you use Angular? Vanilla JQuery code gets harder to maintain,harder to test. And like all most of the frameworks Junction, Angular provides: Angular gave our applications clean structure. Includes lots of Reusable code Makes the application more testable Also easier to co-relate to learn from Java perspective because of 2 features Dependency Injection Typescript gives our plain JS applications some structure & enables static typing. ...