Angular is a popular javascript framework from Google. With the new update, Angular has come out with its l aunch of version 6.0.0 , also known as Angular 6. And with this new version, there’s a new Angular CLI launching. This version contains some new and trendsetting features. Also, many other new additions to round things off to make the old version more powerful. Version 6.0.0 have some new feature included and bugs fixed in the new version of Angular released recently. Here list of Angular 6.0 New Features, NG Update: A new CLI command which helps to seamlessly add new capabilities to your applications to update your project dependencies to their project latest versions. NG Add: It is a new command which helps you install and download new packages into the angularjs web application services. Somehow it works same as npm, but it is not a replacement of it. Animations: With this new update, there is no longer a need for web animations polyfill. You can remove thi...