mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Push notificatins route bug fix
This commit is contained in:
@@ -615,45 +615,41 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var _ionic_native_camera_ngx__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
||||
/*! @ionic-native/camera/ngx */
|
||||
"./node_modules/@ionic-native/camera/__ivy_ngcc__/ngx/index.js");
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var _ionic_storage__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
||||
var _ionic_storage__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
||||
/*! @ionic/storage */
|
||||
"./node_modules/@ionic/storage/__ivy_ngcc__/fesm2015/ionic-storage.js");
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var _pipes_pipes_module__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
||||
var _pipes_pipes_module__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
||||
/*! ./pipes/pipes.module */
|
||||
"./src/app/pipes/pipes.module.ts");
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var _angular_common__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
||||
var _angular_common__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
||||
/*! @angular/common */
|
||||
"./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js");
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var _angular_forms__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
||||
var _angular_forms__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
||||
/*! @angular/forms */
|
||||
"./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var angular_calendar__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
||||
var angular_calendar__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
||||
/*! angular-calendar */
|
||||
"./node_modules/angular-calendar/__ivy_ngcc__/fesm2015/angular-calendar.js");
|
||||
/* harmony import */
|
||||
|
||||
|
||||
var angular_calendar_date_adapters_date_fns__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
||||
var angular_calendar_date_adapters_date_fns__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
||||
/*! angular-calendar/date-adapters/date-fns */
|
||||
"./node_modules/angular-calendar/date-adapters/esm/date-fns/index.js"); //import { File } from '@ionic-native/File/ngx';
|
||||
|
||||
/* import { Camera } from '@ionic-native/camera/ngx'; */
|
||||
//
|
||||
|
||||
|
||||
@@ -664,14 +660,16 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
||||
AppModule = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([Object(_angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"])({
|
||||
declarations: [_app_component__WEBPACK_IMPORTED_MODULE_8__["AppComponent"]],
|
||||
entryComponents: [],
|
||||
imports: [_angular_platform_browser__WEBPACK_IMPORTED_MODULE_2__["BrowserModule"], _angular_common__WEBPACK_IMPORTED_MODULE_16__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_17__["FormsModule"], angular_calendar__WEBPACK_IMPORTED_MODULE_18__["CalendarModule"].forRoot({
|
||||
provide: angular_calendar__WEBPACK_IMPORTED_MODULE_18__["DateAdapter"],
|
||||
useFactory: angular_calendar_date_adapters_date_fns__WEBPACK_IMPORTED_MODULE_19__["adapterFactory"]
|
||||
}), _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicModule"].forRoot(), _ionic_storage__WEBPACK_IMPORTED_MODULE_14__["IonicStorageModule"].forRoot(), _app_routing_module__WEBPACK_IMPORTED_MODULE_7__["AppRoutingModule"], _pipes_pipes_module__WEBPACK_IMPORTED_MODULE_15__["PipesModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_9__["HttpClientModule"]],
|
||||
imports: [_angular_platform_browser__WEBPACK_IMPORTED_MODULE_2__["BrowserModule"], _angular_common__WEBPACK_IMPORTED_MODULE_15__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_16__["FormsModule"], angular_calendar__WEBPACK_IMPORTED_MODULE_17__["CalendarModule"].forRoot({
|
||||
provide: angular_calendar__WEBPACK_IMPORTED_MODULE_17__["DateAdapter"],
|
||||
useFactory: angular_calendar_date_adapters_date_fns__WEBPACK_IMPORTED_MODULE_18__["adapterFactory"]
|
||||
}), _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicModule"].forRoot(), _ionic_storage__WEBPACK_IMPORTED_MODULE_13__["IonicStorageModule"].forRoot(), _app_routing_module__WEBPACK_IMPORTED_MODULE_7__["AppRoutingModule"], _pipes_pipes_module__WEBPACK_IMPORTED_MODULE_14__["PipesModule"], _angular_common_http__WEBPACK_IMPORTED_MODULE_9__["HttpClientModule"]],
|
||||
providers: [_ionic_native_status_bar_ngx__WEBPACK_IMPORTED_MODULE_6__["StatusBar"], _ionic_native_splash_screen_ngx__WEBPACK_IMPORTED_MODULE_5__["SplashScreen"], _angular_common_http__WEBPACK_IMPORTED_MODULE_9__["HttpClientModule"], {
|
||||
provide: _angular_router__WEBPACK_IMPORTED_MODULE_3__["RouteReuseStrategy"],
|
||||
useClass: _ionic_angular__WEBPACK_IMPORTED_MODULE_4__["IonicRouteStrategy"]
|
||||
}, _ionic_native_in_app_browser_ngx__WEBPACK_IMPORTED_MODULE_10__["InAppBrowser"], _ionic_native_camera_ngx__WEBPACK_IMPORTED_MODULE_13__["Camera"], //File,
|
||||
}, _ionic_native_in_app_browser_ngx__WEBPACK_IMPORTED_MODULE_10__["InAppBrowser"],
|
||||
/* Camera, */
|
||||
//File,
|
||||
_ionic_native_ionic_webview_ngx__WEBPACK_IMPORTED_MODULE_11__["WebView"], _ionic_native_file_path_ngx__WEBPACK_IMPORTED_MODULE_12__["FilePath"]],
|
||||
bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_8__["AppComponent"]],
|
||||
schemas: [_angular_core__WEBPACK_IMPORTED_MODULE_1__["CUSTOM_ELEMENTS_SCHEMA"]]
|
||||
|
||||
Reference in New Issue
Block a user