Version 11 of angular is here and we’ve got some interesting updates to check out. In this short article I’ll walk you through the most significant new features you need to know about and point out why you may or may not want to update your project.

I’ll start with a warning, if you have not yet updated your version of angular cli to the latest v11, you may not be able to create new angular projects using ng new . To fix this simply run:

npm install -g @angular/cli@latest

This will get you running the latest version of angular cli and you should be able to create new projects just fine now, the issue seems to stem from the death of the default linting system in angular which I will talk about in a little bit. Now let’s talk features!

BETTER COMMAND-LINE FORMATTING

Image for post

#javascript #angular #programming

Angular Version 11 Is Out!
1.55 GEEK