dfx-helper
Web-development / Typescript / Angular Library with tons of utility tools helping in all projects.
Information
Useful classes:
- Components
- 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
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