MOBILE-3565 search: Remove CoreSearchComponentsModule as a provider
parent
2c38c1683d
commit
9181ac6757
|
@ -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": {
|
||||
|
|
|
@ -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 },
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue