Skip to content

Angular JS Environment

rrowlands edited this page Jan 10, 2018 · 10 revisions

This page will explain how to get an Angular JS environment setup suitable for development on Geoprism.

(TODO still incomplete)

In general, our maven tasks should automatically compile the ng2 source. If for some reason you need to compile it manually, here's how you can from command line:

  1. Install nodejs
  2. cd to the ng2 directory in you web project
  3. From command line run npm install
  4. Install typings (https://www.npmjs.com/package/typings)
  5. You can now compile the angular source code with npm run build
Clone this wiki locally