UNPKG

ng-cornerstone

Version:

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.git

14 lines (13 loc) 761 B
import { NcIconService } from '../components/icon'; import * as i0 from "@angular/core"; import * as i1 from "./tool-bar.component"; import * as i2 from "@angular/common"; import * as i3 from "../components/icon/icon.module"; import * as i4 from "../components/button/button.module"; export declare class ToolModule { private iconService; constructor(iconService: NcIconService, parent?: ToolModule); static ɵfac: i0.ɵɵFactoryDeclaration<ToolModule, [null, { optional: true; skipSelf: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<ToolModule, [typeof i1.ToolBarComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.ButtonModule], [typeof i1.ToolBarComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ToolModule>; }