wayfiretech / yii2-angular
angular
Package info
github.com/wayfiretech/yii2-angular
Type:yii2-extension
pkg:composer/wayfiretech/yii2-angular
dev-master
2020-01-28 08:42 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-28 22:47:30 UTC
README
angular
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wayfiretech/yii2-angular "*"
or add
"wayfiretech/yii2-angular": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yii\angular\AngularJsAsset::register($this); ?>```