Ionic 3: The pipe '' could not be found [duplicate]
问题 This question already has answers here : Ionic-3 Can't find Pipe (2 answers) Closed 2 years ago . I can't seem any error regarding this problem. I already import in app.module.ts and put it in 'declaration'. in app.module.ts import { NgModule, ErrorHandler } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular'; import { MyApp } from './app.component'; //ionic-native import { NativeStorage }