Angular is a Single Page Application (SPA) development framework open-sourced by Google. The Angular framework is written in TypeScript language, which enables a web developer to write JavaScript code in Object-Oriented fashion. TypeScript makes it easier to build a client-side web application with classes, interfaces, generics, inheritance, and other Object-Oriented features. TypeScript compiler takes care of transpiling these features into native JavaScript. Angular is a framework that comes with Dependency Injection, HTTP communication, Forms, and other features out of the box. 

This book will leverage on your prior programming knowledge to learn Angular. Microsoft .Net stack, C#, Windows Forms, WPF, ASP.NET have been widely used for developing desktop and web applications. We shall be referring to concepts from these technologies with Angular whenever applicable; thus having prior experience would be a great advantage. This book takes you from the basics of TypeScript language to building modular and robust enterprise web applications and deployment.

Tagline

Learn advanced techniques and best practices of Angular programming for building enterprise web applications

Key Features

  • Get familiar with the core concepts of Angular.
  • Discover best practices, tips, and tricks while working with Angular.
  • Learn how to architect data driven web applications.
  • Explore methods to pass data between components in Angular.
  • Learn how to deploy and secure your Angular application.

 What Will You Learn

  • Learn how to orchestrate complex Angular applications.
  • Get to know more about Dependency Injection in depth.
  • Learn how to build template and dynamic forms in Angular.
  • Learn how to use Angular routes in an application.
  • Learn how to communicate with backend services using HTTP.

Who This Book is For

This book is for readers who want to learn Angular. Having a basic Object-Oriented programming knowledge, programming experience with C#.Net/Java, and hands-on web development experience would be an added advantage.