Yii Developement with AngularJS

I want to know about routing and How can I see the result of page in YII. Help me

What is “result of page”?

For routing you can use https://docs.angularjs.org/api/ngRoute - when you enable html5Mode you have to wild card (or add) those url rules to the url manager of your yii application - otherwise reloading would end in a 404.

Ps: But your question is in general so vague, if you expect good answers, take time to write good questions.