[Ionic 4] - Native storage / Secure Storage - (I do not see Storage link in the new Docs, can we use the old one?)

Hi, I am trying to use the Native Storage module from Ionic 4 I believe its the same as Ionic Storage Module in Ionic 3, When I import it into my app.component.ts or any other service provider I am getting the following error. Requesting to please help!.

Please ignore I found it under Building section.

Hi, I’m having the same problem.

How did you solve this problem?

import { Injectable } from '@angular/core';

import { SecureStorage, SecureStorageObject } from '@ionic-native/secure-storage';

@Injectable({
  providedIn: 'root'
})
export class StorageService {

  constructor(
    private secureStorage: SecureStorage
  ) { }
}