Skip to main content

Posts

Showing posts with the label Angular 5 New Features

What's New in Angular 6? - Angular 6 Features

What's New In Angular 6? And What Are the Improvements In Angular 6? Off-course! Angular 6 being smaller, faster and easier to use and it will making developers life easier . Recently  Angular 6.0.0-beta.7  is  released  and production release on end of  March 2018 . The Angular Team are working on lots of bug fixes, new features and added/update/remove/ re-introduce/ and may more things. Let’s start to explore all changes of Angular 6 step by step! Added ng update - This CLI commands will update your angular project dependencies to their latest versions.    The ng update is normal package manager tools to identify and update other dependencies. ng update Angular 6 uses RxJS 6 - this is the third-party library (RxJS) and introduces two important changes as compared to RxJS 5. 1.       RxJS 6 introduces a new internal package structure 2.       Operator concept B...