0.0.5 • Published 12 years ago

wns-angular-package v0.0.5

Weekly downloads
2
License
-
Repository
-
Last release
12 years ago

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"
    }
  }
0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago