Learn more  » 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 / @wa-motif-open-api/info-service   js

Repository URL to install this package:

Version: 0.6.0 

/ lib / api.module.d.ts

import { ModuleWithProviders } from '@angular/core';
import { Configuration } from './configuration';
import { HttpClient } from '@angular/common/http';
export declare class InfoServiceModule {
    static forRoot(configurationFactory: () => Configuration): ModuleWithProviders;
    constructor(parentModule: InfoServiceModule, http: HttpClient);
}