1 Welcome to modern Angular

 

This chapter covers

  • Discussing the expectations from this book
  • Getting a general overview of common issues present in Angular apps from previous versions
  • Learning about new solutions for those problems provided in recent versions of Angular
  • Setting our goals throughout the course of the book

Angular, as one of the most popular front-end development frameworks, is at a crossroads. The framework has seen years of improvements in performance, user experience, and new features, like the introduction of the Ivy rendering engine which led to the reduction of bundle sizes and runtime improvements. These developments have put the framework in a beneficial position. Now, the community can focus on more than just improving visible parts of the framework, the parts that directly impact user experience.

1.1 What to expect from this book

1.1.1 What version of Angular will we focus on?

1.1.2 Why do we need a book about what’s new in Angular?

1.1.3 What do we need to know before getting started?

1.1.4 How is the book structured?

1.2 How Angular was

1.2.1 Core features of Angular impacted by latest changes

1.2.2 What is an Angular application?

1.3 Let’s start a modern Angular app

1.3.1 Using the Angular CLI

1.3.2 Creating a new project

1.3.3 What changed?

1.4 What’s new in Angular?

1.4.1 How does Angular evolve?

1.4.2 How does Angular recognize issues?

1.4.3 How does Angular choose its direction?

1.4.4 What’s new in Angular?

1.4.5 What about the future?

1.4.6 The learning process

1.5 Summary

sitemap