Core Angular Module for Crossroads


Keywords
angular, crossroads
License
BSD-2-Clause
Install
npm install crds-core@1.4.2

Documentation

Crossroads Core Angular Module

Teamcity Status

This is the core angular module for the Crossroads.net site. It includes multiple dependencies used throughout the crossroads ecosystem including:

Installation

npm i crds-core --save-dev At the top of your entry file (most likely app.js) require('crds-core')

Building and Testing

The module is built with gulp using webpack for packaging.

  • Pull down the repo
  • Install dependencies npm i
  • Run tests karma start karma.conf.js
  • To run tests on a ci server, karma start karma.ci.conf.js