JSPM

  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q67388F
  • License MIT

dfx-bootstrap-table

Package Exports

  • dfx-bootstrap-table

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 (dfx-bootstrap-table) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dfx-helper

Web-development / Typescript / Angular Library with tons of utility tools helping in all projects.

Information

Useful classes:

  • Components
    • AbstractComponent
  • Helper
    • ArrayHelper
    • BrowserHelper
    • ClipboradHelper
    • Converter
    • DateHelper
    • Generator
    • Logger / LoggerFactory
    • Stopwatch
    • StorageHelper
    • StringHelper
    • TypeHelper
    • UIHelper
  • Entities
    • HasID & HasName
    • IEntity & IEntityWithName
    • AbstractEntity & AbstractEntityWithName
    • EntityServices
      • AbstractEntityService
      • AbstractSelectableEntityService
  • Services
    • AbstractHttpService
    • IsMobileService
  • Collections
    • List
    • EntityList
    • IList

Development

Everything important in this library is located in projects/dfx-helper, that's the "real" library. (following commands still have to be executed at the root level)

Dependency installation

npm install

Building a production version

npm run-script build

Starting development environment (with automatic tests)

npm test

Generating a coverage report

npm run test:coverage

Starting the development environment (for direct use in another project)

npm run-script watch