@progress-chef/platform-bundled-tools-service
v1.0.0
Published
This library provides bundled tools functionality for the Chef Platform UI ecosystem.
Downloads
334
Keywords
Readme
Platform Bundled Tools Service
This library provides bundled tools functionality for the Chef Platform UI ecosystem.
Installation
npm install @progress-chef/platform-bundled-tools-serviceUsage
Import the service in your Angular component or module:
import { BundledToolsService } from '@progress-chef/platform-bundled-tools-service';
@Component({
selector: 'app-example',
templateUrl: './example.component.html'
})
export class ExampleComponent {
constructor(private bundledToolsService: BundledToolsService) {}
}Development
This library was generated with Angular CLI and follows the standard Angular library structure.
Building
To build the library, run:
yarn build:platform-bundled-tools-serviceTesting
Run ng test platform-bundled-tools-service to execute the unit tests via Jest.
