developernm

Results 2 issues of developernm

I've installed the package into my angular cli project, however I want install Leaflet-freedraw into my own package, but the problem is that it will not build the solution. ##...

## Expected Behavior @injectable() export class InformService implements IInformService { private _informHttpClient: InformHttpClient; public constructor(@inject(TYPES.InformHttpClient) informHttpClient: interfaces.Newable) { this._informHttpClient = new informHttpClient(environment.informConfigurationEndPoint); } I expect at runtime to be able...