'Ionic SMS and CallNumber problem in app.module.ts
I have a problem SMS and CallNumber providers not identify my app. I call
import { SMS } from '@ionic-native/sms';
import { CallNumber} from '@awesome-cordova-plugins/call-number';
enter image description here app.module.ts
@NgModule({
declarations: [AppComponent, OtvorenemestoComponent, GoogleMapComponent, ],
entryComponents: [],
imports: [BrowserModule, IonicModule.forRoot(), AppRoutingModule,
HttpClientModule,
IonicStorageModule.forRoot(),
TranslateModule,
TranslateModule.forRoot ({
loader:{
provide: TranslateLoader,
useFactory:httpLoaderFactory,
deps:[HttpClient]
}
}),
],
providers: [
StatusBar,SplashScreen, Camera, File,
HttpClient,
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
SMS,CallNumber,
EmailComposer
],
bootstrap: [AppComponent],
})
export class AppModule {}
How is the problme? Please help my.thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
