Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gsp-cmp/ccmp-ui

Package Overview
Dependencies
Maintainers
13
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gsp-cmp/ccmp-ui

CCMP UI Component Library for Angular

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
13
Created
Source

@gsp-cmp/ccmp-ui

CCMP UI Component Library for Angular

Installation

npm install @gsp-cmp/ccmp-ui

Usage

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 service
  • CommonComponentUiDTService - Design time service

Types

  • SelectorResult - Result type for selector
  • Options - 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

Keywords

angular

FAQs

Package last updated on 03 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts