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.