Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "mujthabagroad"

Shared, please connect

{   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",   "version": 1,   "newProjectRoot": "projects",   "projects": {     "abp-zero-template": {       "root": "",       "sourceRoot": "src",       "projectType": "application",       "architect": {         "build": {           "builder": "@angular-devkit/build-angular:browser",           "options": {             "outputPath": "dist",             "index": "src/index.html",             "main": "src/main.ts",             "tsConfig": "src/tsconfig.json",             "polyfills": "src/polyfills.ts",             "preserveSymlinks": true,             "assets": [               "src/assets",               "src/metronic",               "src/favicon.ico",               {                 "glob": "abp.signalr-client.js",                 "input": "node_modules/abp-web-resources/Abp/Framework/scripts/libs",                 "output": "/assets/abp"               }             ],             "styles": [               "node_modules/animate.css/animate.min.css",               "node_modules/quill/dist/quill.core.css",               "node_modules/quill/dist/quill.snow.css",               "node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css",               "node_modules/primeng/resources/primeng.min.css",               "node_modules/primeng/resources/themes/nova-light/theme.css",               "node_modules/primeicons/primeicons.css",               "node_modules/sweetalert2/dist/sweetalert2.css",               "node_modules/cookieconsent/build/cookieconsent.min.css",               "node_modules/@ng-select/ng-select/themes/default.theme.css",               "src/assets/FreezeUI/freeze-ui.min.css",

              "src/assets/primeng/file-upload/css/primeng.file-upload.css",               "src/assets/primeng/autocomplete/css/primeng.autocomplete.css",               "src/assets/primeng/tree/css/primeng.tree.css",               "src/assets/primeng/context-menu/css/primeng.context-menu.css",

              "src/assets/fonts/fonts-poppins.css",               "src/assets/fonts/fonts-roboto.css",

              "src/assets/ngx-bootstrap/bs-datepicker.css",

              "src/assets/metronic/vendors/global/vendors.bundle.css",

              "src/app/shared/core.less",               "src/app/shared/layout/layout.less",               "src/styles.css",               //"node_modules/select2/dist/css/select2.min.css"               "node_modules/summernote/dist/summernote-lite.css"             ],             "scripts": [               "node_modules/@aspnet/signalr/dist/browser/signalr.min.js",               "node_modules/localforage/dist/localforage.js",               "node_modules/moment/min/moment-with-locales.js",               "node_modules/moment-timezone/builds/moment-timezone-with-data.js",               "node_modules/push.js/bin/push.js",               "node_modules/quill/dist/quill.js",               "node_modules/sweetalert2/dist/sweetalert2.js",               "node_modules/cookieconsent/build/cookieconsent.min.js",

              "src/assets/FreezeUI/freeze-ui.js",

              "src/assets/abp-web-resources/abp.js",               "src/assets/abp-web-resources/abp.sweet-alert.js",               "src/assets/abp-web-resources/abp.notify.js",               "src/assets/abp-web-resources/abp.freeze-ui.js",               "src/assets/canvas-toBlob/canvas-toBlob.js",               "node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.moment.js",

              "src/assets/metronic/vendors/global/vendors.bundle.js",               "src/assets/metronic/common/js/scripts.bundle.js",               "node_modules/jquery/dist/jquery.min.js",               "node_modules/summernote/dist/summernote-lite.js",               "node_modules/@webcomponents/custom-elements/src/native-shim.js"               //"node_modules/select2/dist/js/select2.min.js"             ]           },           "configurations": {             "hmr": {               "fileReplacements": [                 {                   "replace": "src/environments/environment.ts",                   "with": "src/environments/environment.hmr.ts"                 }               ]             },             "production": {               "optimization": true,               "outputHashing": "all",               "sourceMap": false,               "extractCss": true,               "namedChunks": false,               "aot": true,               "extractLicenses": true,               "vendorChunk": false,               "buildOptimizer": true,               "fileReplacements": [                 {                   "replace": "src/environments/environment.ts",                   "with": "src/environments/environment.prod.ts"                 }               ]             }           }         },         "serve": {           "builder": "@angular-devkit/build-angular:dev-server",           "options": {             "browserTarget": "abp-zero-template:build"           },           "configurations": {             "hmr": {               "browserTarget": "abp-zero-template:build:hmr"             },             "production": {               "browserTarget": "abp-zero-template:build:production"             }           }         },         "extract-i18n": {           "builder": "@angular-devkit/build-angular:extract-i18n",           "options": {             "browserTarget": "abp-zero-template:build"           }         },         "test": {           "builder": "@angular-devkit/build-angular:karma",           "options": {             "tsConfig": "src/tsconfig.json",             "main": "src/test.ts",             "karmaConfig": "./karma.conf.js",             "polyfills": "src/polyfills.ts",             "styles": [               "node_modules/animate.css/animate.min.css",               "node_modules/quill/dist/quill.core.css",               "node_modules/quill/dist/quill.snow.css",               "node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css",               "node_modules/primeng/resources/primeng.min.css",               "node_modules/primeng/resources/themes/nova-light/theme.css",               "node_modules/primeicons/primeicons.css",               "node_modules/sweetalert2/dist/sweetalert2.css",               "node_modules/cookieconsent/build/cookieconsent.min.css",               "node_modules/@ng-select/ng-select/themes/default.theme.css",               "src/assets/FreezeUI/freeze-ui.min.css",

              "src/assets/primeng/file-upload/css/primeng.file-upload.css",               "src/assets/primeng/autocomplete/css/primeng.autocomplete.css",               "src/assets/primeng/tree/css/primeng.tree.css",               "src/assets/primeng/context-menu/css/primeng.context-menu.css",

              "src/assets/fonts/fonts-poppins.css",               "src/assets/fonts/fonts-roboto.css",

              "src/assets/ngx-bootstrap/bs-datepicker.css",

              "src/assets/metronic/vendors/global/vendors.bundle.css",

              "src/app/shared/core.less",               "src/app/shared/layout/layout.less",               "src/styles.css",               //"node_modules/select2/dist/css/select2.min.css"               "node_modules/summernote/dist/summernote-lite.css"

            ],             "scripts": [               "node_modules/@aspnet/signalr/dist/browser/signalr.min.js",               "node_modules/localforage/dist/localforage.js",               "node_modules/moment/min/moment-with-locales.js",               "node_modules/moment-timezone/builds/moment-timezone-with-data.js",               "node_modules/push.js/bin/push.js",               "node_modules/quill/dist/quill.js",               "node_modules/sweetalert2/dist/sweetalert2.js",               "node_modules/cookieconsent/build/cookieconsent.min.js",               "src/assets/FreezeUI/freeze-ui.js",

              "src/assets/abp-web-resources/abp.js",               "src/assets/abp-web-resources/abp.sweet-alert.js",               "src/assets/abp-web-resources/abp.notify.js",               "src/assets/abp-web-resources/abp.freeze-ui.js",               "src/assets/canvas-toBlob/canvas-toBlob.js",               "node_modules/abp-web-resources/Abp/Framework/scripts/libs/abp.moment.js",

              "src/assets/metronic/vendors/global/vendors.bundle.js",               "src/assets/metronic/common/js/scripts.bundle.js",               "node_modules/jquery/dist/jquery.min.js",               "node_modules/summernote/dist/summernote-lite.js",               //"node_modules/select2/dist/js/select2.min.js"               "node_modules/@webcomponents/custom-elements/src/native-shim.js"             ],             "assets": [               "src/assets",               "src/favicon.ico",               {                 "glob": "abp.signalr-client.js",                 "input": "node_modules/abp-web-resources/Abp/Framework/scripts/libs",                 "output": "/assets/abp"               }             ]           }         },         "lint": {           "builder": "@angular-devkit/build-angular:tslint",           "options": {             "tsConfig": [               "src/tsconfig.json"             ],             "exclude": []           }         }       }     },     "abp-zero-template-e2e": {       "root": "",       "sourceRoot": "",       "projectType": "application",       "architect": {         "e2e": {           "builder": "@angular-devkit/build-angular:protractor",           "options": {             "protractorConfig": "./protractor.conf.js",             "devServerTarget": "abp-zero-template:serve",             "port": 4200           }         },         "lint": {           "builder": "@angular-devkit/build-angular:tslint",           "options": {             "tsConfig": [               "e2e/tsconfig.json"             ],             "exclude": []           }         }       }     }   },   "defaultProject": "abp-zero-template",   "schematics": {     "@schematics/angular:component": {       "prefix": "app",       "styleext": "css"     },     "@schematics/angular:directive": {       "prefix": "app"     }   } }

I have this in my package.json. we are using version v7.2.2

"moment": "^2.24.0", "moment-timezone": "^0.5.25",

Can you check on remote, there are some limitations to share the code.

Thanks for you support.

Hi,

There is no issue in demo project. Is there any other dependencies as our dev teams are working from different time zone.

Thanks.

Hello,

Facing an issue after setting Clock.Provider = ClockProviders.Utc;. Not able to load Angular and getting error as TypeError: Cannot read property 'setDefault' of undefined. But it is working fine when it is Clock.Provider = ClockProviders.Local.

Thanks.

Hi,

Awaiting for the response.

Thanks

Hi @ismcagdas

I couldn't find those option in settings, can u take remote access and check, there are some limitations to share the code.

Thanks.

  1. i tried with that. used like localeService.use('en-GB');, but didn't work. Checked with** bookDate._d **and it is working in dev environment, but when running with AOT, getting this error ERROR in src/app/main/operation/shared/component/purchase-sale-common/general/general.component.html(30,20): Property '_d' does not exist on type 'Moment'. src/app/main/operation/shared/component/purchase-sale-common/general/general.component.html(30,20): ``Property ``'_d' does not exist on type 'Moment'. <br>

  2. I don't want to hard code it since there is an option to add language and make it default to work with right?, how we can do it using language menu?. the UTC will convert automatically based on their timezone right how to set it with <span class="colour" style="color: rgb(0, 0, 0);">momentFormat?</span> Clear me if am wrong. is it possible to take remote and look into it?.

Thanks.

<br> <br>

Ooh sorry, that was my mistake, the version is 7.2. Images uploaded as you instructed.

While we are saving the date, below format will come <span class="colour" style="color:rgb(34, 34, 34)">When we set the value while edit form</span> <span class="colour" style="color:rgb(34, 34, 34)">I changed language to English GB to get date format as 'dd/mm/yyyy'. but format is not changing.</span> Please check, i already gave it in email.

Thanks.

Showing 21 to 30 of 59 entries