Yii2 Angular App

I want to develop an App using Yii Basic. The app consist of 3 modules

  1. Admin Module: this is where setup and other settings are done. It will be fully Yii2 basic and will be used on browsers (laptops, desktops, etc)

  2. Yii2 Rest Api: this will provide service to the 3rd module, the mobile app

  3. AngularJS: This is where the mobile app is developed. It gets its service from Module 2, Yii2 Rest Api.

Please how do I go about this