README
WNS's Angular Package (Alpha)
A powerful package for WNS Middleware supported by WNS Team that provides an interface to use Angular.
Features
- Angular Server
- Angular Module
- Angular Resource
- Angular Component
- Angular Application
- Angular Controller
Requirements
- Node.JS + NPM
- WNS Middleware v0.0.8+
Installing
Enter your server/application's directory...
Installing with WNS Package Manager
$ wnspm install angular
Installing with NPM
Inside your server or application directory just type:
$ npm install wns-angular-package
Setting up your Angular server
Edit your server/app's config.json
and insert inside the component section, this code:
// Example of angular configuration
"angular": {
"class": "wnAngularServer"
}
}