Gii for Angular 2

One of my favorite features in Yii is Gii. It is really helpful in generating basic data management operations so that application prototype can be built very quickly. Unfortunately, it cannot be used for Single Page Application (SPA).

Are there tools like Gii that can generate CRUD module (including data filtering/sorting) for SPA (especially Angular 2)? The closest thing that I could find is CRUD module of MEAN stack, but it is only for Angular 1 as far as I could see.

Found a couple of interesting tools:

  • Telosys (apparently does not support Angular 2)

  • Radzen (looks promising, but it is still in alpha)

Does anyone know tools like these for Angular 2?