What is New in Angular 6?
ng add command ng add is a new command in Angular-CLI that helps you install and download new packages in your angular apps. It works the same as npm, but it doesn’t replace it. ng update command ng update is a new Angular-CLI command too. It’s used to update and upgrade your packages. It’s really helpful, for […]