MOBILE-3565 search: Remove CoreSearchComponentsModule as a provider

main
Pau Ferrer Ocaña 2020-11-23 12:33:20 +01:00
parent 2c38c1683d
commit 9181ac6757
2 changed files with 1 additions and 4 deletions

2
package-lock.json generated
View File

@ -6522,7 +6522,7 @@
"integrity": "sha512-EYC5eQFVkoYXq39l7tYKE6lEjHJ04mvTmKXxGL7quHLdFPfJMNzru/UYpn92AOfpl3PQaZmou78C7EgmFOwFQQ=="
},
"cordova-plugin-wkuserscript": {
"version": "git+https://github.com/moodlemobile/cordova-plugin-wkuserscript.git#6413f4bb3c2565f353e690b5c1450b69ad9e860e",
"version": "git+https://github.com/moodlemobile/cordova-plugin-wkuserscript.git#aa77d0f98a3fb106f2e798e5adf5882f01a2c947",
"from": "git+https://github.com/moodlemobile/cordova-plugin-wkuserscript.git"
},
"cordova-plugin-wkwebview-cookies": {

View File

@ -20,13 +20,10 @@ import { CoreSearchComponentsModule } from './components/components.module';
import { SITE_SCHEMA } from './services/search-history-db';
@NgModule({
declarations: [
],
imports: [
CoreSearchComponentsModule,
],
providers: [
CoreSearchComponentsModule,
{ provide: CORE_SITE_SCHEMAS, useValue: [SITE_SCHEMA], multi: true },
],
})