# angular **Repository Path**: itroadhd/angular ## Basic Information - **Project Name**: angular - **Description**: 用angularJS自建项目,实现前后端分离 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #GET STARTED ``` $ git clone https://github.com/githubjeka/angular-yii2.git $ cd angular-yii2 $ git submodule init $ git submodule update ``` ###Init client### ``` $ cd client-angular $ bower update ``` See more info https://github.com/AngularYii2/angularyii2.github.io ###Init server:### [![Build Status](https://travis-ci.org/githubjeka/yii2-rest.svg)](https://travis-ci.org/githubjeka/yii2-rest) ``` $ cd rest $ composer install --prefer-dist ``` For more information by init rest server please see description of [yii2-rest repository](https://github.com/githubjeka/yii2-rest) ## Test app yii2 rest Api and angular client side Demo Client - [http://angularyii2.github.io/](http://angularyii2.github.io/) Demo Server - [https://yii2-rest-githubjeka.c9.io/rest/web/](https://yii2-rest-githubjeka.c9.io/rest/web/) Not Found (#404) is OK, because rules is ```php [ 'urlManager' => [ 'enablePrettyUrl' => true, 'enableStrictParsing' => true, 'showScriptName' => false, 'rules' => [ ['class' => 'yii\rest\UrlRule', 'controller' => ['v1/post', 'v1/comment', 'v2/post']], 'v1/user/login' => 'v1/user/login', 'POST v2/user/login' => 'v2/user/login', 'OPTIONS v2/user/login' => 'v2/user/login', ], ], ] ``` ### Additional sources of knowledge - [:link: How To Create Single Page Application in minutes! with AngularJs 1.3 and Yii 2.0 ](https://github.com/hscstudio/angular1-yii2)