0.0.3 • Published 4 years ago

@scbpb/core v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Core Library

This library was generated with Angular CLI version 9.0.0-rc.12.

What is for?

This contains the config service and metadata model for UI Library. It will be initialized with forRoot function call by passing the Config Information.

What is the Config ?

Config has 3 attributes.

language: string; -- Start up language setup default 'en'
iconRegistryPath: string; -- Mat Icon Registry json file 
mobileApp: boolean; -- is it mobile or not default true

example for initializing the core module in the import section

 PvmCoreModule.forRoot({iconRegistryPath: 'assets/ui-lib/iconRegistry.json', language: 'en'}),

What else?

It contains the model information for Form metadata.

Form - to store all the form entities
FormInputMetadata - each entity will be defined in each json file
InputMetadata - each field attributes within the form