Questions tagged [ionic2-providers]
16 questions
0
votes
1 answer
How I can create and use module class on Ionic2 providers?
I want extend my provider with modules to use like classA.moduleClassB but i can't and I don't know how import a module class object to my controller page as provider
Example(as I want):
providers/my-provider/my-provider.ts
export class…

Olaf Erlandsen
- 5,817
- 9
- 41
- 73