What’s new in Anguar 6 ?

Ajith V
1 min readApr 23, 2018

--

Smaller,Faster,Easier to use.

Angular 6

I m Extremely enthusiasts to taste the new angular.Its on the way.Lets talk some of the upgradations.

1.Ivy renderer

Yeah,it’s the new renderer engine.It will make the size of the app smaller and faster to compile. The size of the Hello World app is only 3KB when zipped. the size of the application has been reduced by 90%.

2.Bazel and closure Compiler

Bazel is a build system and closure compiler is a bundling optimizer,it generate smaller bundles by eliminating dead code.

3. Component Dev Kit

CDK allows you to build your own library of UI components and control page layouts It also supports Responsive Web Design layouts eliminating the need for using libraries like Flex Layout or learning CSS Grid. CDK was released in December of 2017, but the Angular Team keeps improving it.

4. Service Worker Bug Fix

A script that runs in the web browser and manages caching for an application. Service worker is included in angular 5. In angular 6 service worker comes with bug fixes and additional features.

--

--

Ajith V
Ajith V

Written by Ajith V

Technology enthusiast focussing on building high-performance hybrid solution

Responses (1)