Is Angular Ivy Ready
May 16, 2019 ยท View on GitHub
Is Angular Ivy Ready
https://is-angular-ivy-ready.firebaseapp.com/
What is Ivy
Ivy is the new Angular renderer focused on speed and size reduction. It is published as an experimental API as of Angular 6.
As of April 30th 2018, Ivy is under active development by the Angular team.
What is Is Angular Ivy Ready
A responsive Angular web application that tracks the progress on Ivy implementation. It provides granular statistics and an overall status information.
Backend service
The following api is used: https://ivy-status-api.appspot.com/v1/status
It has been developed in a separate github golang project .
Further information can be found in the project [repository]
Basically, it just parses STATUS.md that is regularly updated by the Angular team when there is progress on Ivy.
What does it look like
Desktop

Tablet

Mobile

Support and contributing
Please feel free to open an issue.
Pull requests with the fix and a test are welcome.
To set up your local development environment, clone/fork and then run yarn install.
To launch test yarn test or yarn test:no-sourcemaps
To launch the server yarn start.
License
MIT licensed.
Copyright (c) 2018 Oussama Ben Brahim