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
ArrayHelperBrowserHelperClipboradHelperConverterDateHelperGeneratorLogger/LoggerFactoryStopwatchStorageHelperStringHelperTypeHelperUIHelper
- Entities
HasID&HasNameIEntity&IEntityWithNameAbstractEntity&AbstractEntityWithName- EntityServices
AbstractEntityServiceAbstractSelectableEntityService
- Services
AbstractHttpServiceIsMobileService
- Collections
ListEntityListIList
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 installBuilding a production version
npm run-script buildStarting development environment (with automatic tests)
npm testGenerating a coverage report
npm run test:coverageStarting the development environment (for direct use in another project)
npm run-script watch