angular-commons-middleware
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Collection of Angular modules used accross Quarter Spiral applications
# Angular::Commons::Middleware

Collection of Angular modules used accross Quarter Spiral applications

## Setup

Insert the middleware in your application

```ruby
use Angular::Commons::Middleware
```

Put the following JavaScript links into your page:

```html




```

Make sure to set the ``ENV_KEYS_TO_EXPOSE`` constant somewhere in your application to expose environment variables to the Angular app. Example:

```ruby
ENV_KEYS_TO_EXPOSE = ['QS_DEVCENTER_BACKEND_URL', 'QS_CANVAS_APP_URL', 'QS_S3_HOST', 'QS_AUTH_BACKEND_URL']
```

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。