@solidev/bsadmincomponents
v3.4.1
Published
Some angular components to make building admin features easier.
Downloads
27
Readme
BsAdminComponents
Some angular components to make building admin features easier.
This is a rather personal project, not ready for public consumption, but feel free to use it.
Components & services
bsac-apiconstants
Provides constants values / descriptions from API (service, pipe)
Config injection tokens :
- BSAC_API_CONSTANTS_URL : url of constants
- BSAC_API_CONSTANTS_HEADERS : headers for constants retrieval
- BSAC_API_CONSTANTS_TRANSFORM : response adapter function
Provides
- bsacApiConstantsService : constants service retrieval & storage
- bsacApiConstant pipe : constant value-to-description pipe
bsac-dev
Provides version & issue display components
- bsac-version : display version & build
- bsac-issue : display issue link
bsac-format
Provides some useful & common pipes for display formatting :
- bsacFormatId : display an id as
#id
or-
if undefined - bsacFormatIPrice : display an integer price (cents unit) as
xxx.yy €
(currency can be changed) - bsacFormatNote
- bsacFormatPrice
- bsacFormatRef
- bsacFormatTrim