JSPM

  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q70287F
  • License SEE LICENSE IN LICENSE

AngularJS idx/property Service and Components bundle to be used as an add on to StratusJS

Package Exports

  • @stratusjs/idx

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@stratusjs/idx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@stratusjs/idx

npm version

AngularJS idx/property Service and Components bundle to be used as an add on to Stratus

Usage

Stratus HTML Components enabled

  • <stratus-idx-property-list></stratus-idx-property-list>
  • <stratus-idx-property-details></stratus-idx-property-details>
  • <stratus-idx-property-search></stratus-idx-property-search>
  • <stratus-idx-member-list></stratus-idx-member-list>
  • <stratus-idx-member-details></stratus-idx-member-details>
  • <stratus-idx-member-search></stratus-idx-member-search>

See the wiki for further instructions


Frameworks & Libraries

Installation

Either Yarn install

  • yarn add @stratusjs/idx

Or NPM install

  • npm install @stratusjs/idx

And include the the library paths into your stratus config.js such as

boot.configuration.paths = {
  // Idx Package
  '@stratusjs/idx/*': boot.deployment + '@stratusjs/idx/src/*' + boot.suffix,

  // Components (Until upgraded to Angular 8+)
  'stratus.components.idxPropertyDetails': boot.deployment + '@stratusjs/idx/src/property/details.component' + boot.suffix,
  'stratus.components.idxPropertyDetailsSubSection': boot.deployment + '@stratusjs/idx/src/property/details-sub-section.component' + boot.suffix,
  'stratus.components.idxPropertyList': boot.deployment + '@stratusjs/idx/src/property/list.component' + boot.suffix,
  'stratus.components.idxPropertySearch': boot.deployment + '@stratusjs/idx/src/property/search.component' + boot.suffix,
  'stratus.components.idxMemberList': boot.deployment + '@stratusjs/idx/src/member/list.component' + boot.suffix,
  'stratus.components.idxMemberDetails': boot.deployment + '@stratusjs/idx/src/member/details.component' + boot.suffix,
  'stratus.components.idxMemberSearch': boot.deployment + '@stratusjs/idx/src/member/search.component' + boot.suffix,
}

Dependencies

The following dependencies will be installed


License

All information contained herein is, and remains the property of Sitetheory and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Sitetheory and its suppliers and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Sitetheory.