In the upcoming Angular 9.0 release, now in a beta stage, the Ivy next-generation compilation and rendering pipeline becomes the default. Meanwhile, Angular 8.2 is available as the latest production release of the JavaScript framework. Angular 8.2 improves compiler performance and the Bazel build tool.
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 8 or beta releases
You can download the Angular production release from GitHub, as well as beta releases. An Angular update guide has been published, as well.