@gsp-cmp/ccmp-ui
v1.0.1
Published
CCMP UI Component Library for Angular
Readme
@gsp-cmp/ccmp-ui
CCMP UI Component Library for Angular
Installation
npm install @gsp-cmp/ccmp-uiUsage
Import the module
import { CommonComponentUiModule } from '@gsp-cmp/ccmp-ui';
@NgModule({
imports: [
CommonComponentUiModule
]
})
export class AppModule { }Use the components
import { CommonComponentSelectorComponent } from '@gsp-cmp/ccmp-ui';
// In your component template
<common-component-selector></common-component-selector>Use the services
import { CommonComponentUiRTService, CommonComponentUiDTService } from '@gsp-cmp/ccmp-ui';
constructor(
private rtService: CommonComponentUiRTService,
private dtService: CommonComponentUiDTService
) {}API Reference
Components
CommonComponentSelectorComponent- Common component selector
Services
CommonComponentUiRTService- Runtime serviceCommonComponentUiDTService- Design time service
Types
SelectorResult- Result type for selectorOptions- Options type for configuration
Dependencies
This library requires the following peer dependencies:
- Angular 7.2.0+
- @progress/kendo-angular-buttons
- @gsp-cmp/common-component
- @ecp-caf/common-structure
- Various @farris/ui packages
License
MIT
