FeaturedIT topics

What’s new in Angular: Angular 8 beta is here

Angular 8.0, a forthcoming upgrade to Google’s popular framework now in beta release, will feature Ivy, a new renderer. Google also has fleshed out additional features planned for Angular 8.0, including better loading for JavaScript code.

Angular provides dependency injection, which is particularly useful for assembling data services for applications, along with use of an HTML template to compose components. In Angular, developers still compose components with an HTML component that connects to TypeScript code for imperative parts of the program.

Where to download Angular

You can download the Angular production release from GitHub.

Future version: New features in Angular 8.0

The planned Ivy renderer is intended to:

Related Articles

Back to top button