Book Image

Building Modern Web Applications Using Angular 4

By : Shravan Kumar Kasagoni
Book Image

Building Modern Web Applications Using Angular 4

By: Shravan Kumar Kasagoni

Overview of this book

<p>In the last few years, Angular has established itself as the number one choice of JavaScript Developers. What makes Angular special is performance and productivity. With Angular, developers can work on consistent coding patterns and build web applications that are powerful and scalable.</p> <p>This book will you get you up and running with Angular and teach how to build modern web applications. It starts with basics of Angular 2 and then brushes you up with the new features of Angular 4. You will learn the core concepts involved in building web applications with Angular such as Data Binding, Routing, Dependency Injection, and much more. The book teaches how to build components and use them to build web apps of your choice. It will help you to handle different kinds of forms and learn the concept of reactive programming. Finally the book teaches how to build visually appealing and responsive UIs.</p>
Table of Contents (15 chapters)

Summary


We started this chapter by discussing how to communicate with REST services using an HTTP client, and we developed a basic example. Then, we refactored all the HTTP client-related code to a service. Then, you learned about Angular routing basics and then we implemented all the features in a Book Store application. We looked how to add animation to routed components; finally, you learned how to refactor our application into features modules.

By the end of this chapter, the reader should have a good understanding of how to build any UI application with various Angular features, such as components, forms, HTTP, and routing. In the next chapter, we will discuss how to test the Book Store application we created in this chapter.