Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / motif-web-admin-core   js

Repository URL to install this package:

Version: 0.3.1 

/ lib / sections / CountersAndThresholds / components / counter-infos / details / counter-info-details-component.d.ts

import { WCNotificationCenter } from 'web-console-ui-kit';
import { CounterInfoEntity } from '@wa-motif-open-api/counters-thresholds-service';
import { NGXLogger } from 'web-console-core';
import { OnInit } from '@angular/core';
export declare class CounterInfoDetailsComponent implements OnInit {
    private logger;
    private notificationCenter;
    dataItem: CounterInfoEntity;
    constructor(logger: NGXLogger, notificationCenter: WCNotificationCenter);
    ngOnInit(): void;
}