mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Tap-Page + Angular = NullInjectorError: R3InjectorError

sharpSteff opened this issue · comments

I'm trying to get this plugin run on my Ionic Tap-Page app.
Unfortunately I always receive NullInjectorError: R3InjectorError when trying to inject the SecureStorageEcho.

I tried following:

import { SecureStorageEcho, SecureStorageEchoObject } from '@ionic-native/secure-storage-echo/ngx';

constructor(private secureStorage: SecureStorageEcho) { }

I tried to inject into the app.component.ts as well as into some tap.component.ts
Do I miss something here?