Questions tagged [provider]

DO NOT USE — this tag is being cleaned up. Use [android-contentprovider], [flutter-provider], [provider-model], or whatever more specific tag is appropriate instead.

DO NOT USE — this tag is being cleaned up. Instead, use:

1714 questions
0
votes
1 answer

JHipster Service Provider Error

I encountered a problem that probably has a simple solution that I'm sadly ignoring. I hope someone will help me. Basically I generated a new app with a .jdl file that perfectly did the work. Now I'm trying to use this simple app but I get an error…
Gozus19
  • 165
  • 19
0
votes
2 answers

React Native services like in Angular with Injector and Provider

Hey I am testing several frameworks for hybrid mobile development. All in all I like React Native a bit more than Angular, but I like the mechanism of Injector and Provider very much. To have a single instance of a class could be very usefull, but…
peni4142
  • 426
  • 1
  • 7
  • 26
0
votes
1 answer

get the location without using internet in android and with using network provide?

How to get the location without using internet in android. How to use the network provider to get the location. Is the internet necessary for network provider. How does the network provider work and how to use that in android? Thank you in advance.
0
votes
1 answer

C# Custom text file based resource provider that allows space in keys

I have read much about .resx files and know that we can also create a custom resource provider which may support db or XML. I have a requirement however where my keys will contain spaces. Plus I want them in a simple .txt file. No .resx or XML…
Faisal Mq
  • 5,036
  • 4
  • 35
  • 39
0
votes
1 answer

IONIC 3 : "Error: No component factory found .... entryComponents?"

Why do I get this error? Error: No component factory found for DatabaseProvider. Did you add it to @NgModule.entryComponents? I tried to add my provider to the entryComponents, but still not working. database.ts import { HttpClient } from…
0
votes
1 answer

Pact-python how to test a get request having UUID in URL

I am using pact-python (0.10.0). I want to make a request to a provider with an entity id: /entity/6000d04d-d5d6-4a5f-81d3-7d8a72b46174 but this (6000d04d-d5d6-4a5f-81d3-7d8a72b46174) should exist in the database. what'd be the better…
0
votes
0 answers

Creating a singleton service in Ionic 3

How would I go about creating a singleton service provider in Ionic 3. I have tried several ways but I can't quite get it working. What would be the preferred method. In detail please. Thank you very much Dan
0
votes
0 answers

Providers ionic , wont work only when apk is generated

I have a button when pressing it performs the request for some data. So, in my ts file of the page where the button is, I call the function in my provider. The main problem comes when I compile my application for android platform (Generate apk with…
Edgar Pisxid
  • 79
  • 2
  • 12
0
votes
1 answer

ERROR in Error encountered resolving symbol values statically. in appmodule in angular

I am trying to read a config file in angular before the app starts. I have encountered a solution but i keep getting an error when i use the commang ng serve for the first time. Then i re save the code and webpack compiles successfully with no…
rematnarab
  • 1,277
  • 4
  • 22
  • 42
0
votes
1 answer

No provider for Http Angular + Node.js API

I looked everywhere and could not find what I was doing wrong. I am using angular 2 to send a GET request to my node servers api and get information which it displays with databinding in my component called trade. The error occurs on the webbrowser…
bbousq
  • 615
  • 1
  • 5
  • 13
0
votes
2 answers

Use ownProvider with $http call inside config

I have read lots of information on SO that I can't have $http call inside config but what I can do is create own provider and use this provider inside a config. But none of the topics I read show how to actually use the information gathered in API…
BT101
  • 3,666
  • 10
  • 41
  • 90
0
votes
1 answer

Unable to inject a provider in more than one page in ionic 3

I have a proivder named MapProvider import { Injectable} from '@angular/core'; import { Http } from '@angular/http'; //import 'rxjs/add/operator/map'; import { GoogleMaps, GoogleMap, GoogleMapsEvent, LatLng, MarkerOptions, Marker,…
Dijish U.K
  • 159
  • 1
  • 22
0
votes
1 answer

CryptoAPI RSA Schannel Provider error

I am trying to generate digital signature using "Microsoft RSA SChannel Cryptographic Provider". After acquiring the handle to container, I am generating a signature using CryptGenKey(). But this function returns FALSE. The dwError for…
usererror
  • 33
  • 4
0
votes
1 answer

Apple Push Notification service Provider in ASP?

I am developing an iPhone app. and I will use the push notification. ASP (not asp.net) is the only server side technology I am familiar with. But I can not find any APNS provider in ASP. Does any man here know where can I find the APNS provider…
0
votes
1 answer

Given a domain, lookup its hosting provider using JAVA or PYTHON

Given a domain how do you lookup its hosting provider. I have done nslookups for IPs in Java before but is there a way to get the hosting provider as well? Thanks
1 2 3
99
100