Hi,
Can we get an answer/help with this please? We really need to get this in production asap.
Thanks
We just did a code search for cloneDeep and we don't use it. Could it being used from an external component? Maybe we should ask a different question: If our Test and Live code is exactly the same, why is Test working fine and Live returning this error? Another question on my head is: Have you got a way in code to distinguish whats a Pre-Production deployment from Production? I suppose we can only have one Live/Production deployment per licence. Could we be using our Production licence on Test, and causing errors on our Live deployment?
OK, thanks. And how does ASP NET Zero communicates back to stripe to tell how many ACTIVE users exist on a certain date? Also... Does the same functionality exists for PayPal? If so, can you point me in the right direction?
Thanks
Great my CI build now works!
Thanks
Ah sorry i just noticed i missed the from, i'll fix an dget back to you...
Thanks guys, this now breaks when i build it.
63 errors.
ERROR in src/app/shared/layout/link-account-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/linked-accounts-modal.component.ts:6:27 - error TS1005: 'from' expected.
6 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/lookup/common-lookup-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/create-new-user-delegation-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/user-delegations-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/login-attempts-modal.component.ts:6:27 - error TS1005: 'from' expected.
6 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/profile/change-password-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/profile/change-profile-picture-modal.component.ts:7:27 - error TS1005: 'from' expected.
7 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/profile/sms-verification-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/profile/my-settings-modal.component.ts:11:27 - error TS1005: 'from' expected.
11 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/layout/notifications/notification-settings-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/entityHistory/entity-change-detail-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/entityHistory/entity-type-history-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/customizable-dashboard/add-widget-modal/add-widget-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/customizable-dashboard/customizable-dashboard.component.ts:10:49 - error TS1005: 'from' expected.
10 import { TabsetComponent, BsDropdownDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/customizable-dashboard/customizable-dashboard.component.ts:14:27 - error TS1005: 'from' expected.
14 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/app-common.module.ts:8:99 - error TS1005: 'from' expected.
8 import { ModalModule, TabsModule, BsDropdownModule, BsDatepickerConfig, BsDaterangepickerConfig } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/main/main.module.ts:7:84 - error TS1005: 'from' expected.
7 import { ModalModule, TabsModule, TooltipModule, BsDropdownModule, PopoverModule } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/organization-units/add-member-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/organization-units/add-role-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/audit-logs/audit-log-detail-modal.component.ts:5:270m - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/editions/create-edition-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/editions/edit-edition-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/editions/move-tenants-to-another-edition-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/languages/edit-text-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/languages/create-or-edit-language-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/organization-units/create-or-edit-unit-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/roles/create-or-edit-role-modal.component.ts:4:27 - error TS1005: 'from' expected.
4m import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/shared/permission-tree-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/tenants/create-tenant-modal.component.ts:9:27 - error TS1005: 'from' expected.
9 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/tenants/edit-tenant-modal.component.ts:6:27 - error TS1005: 'from' expected.
6 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/tenants/tenant-features-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/users/create-or-edit-user-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/users/edit-user-permissions-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/webhook-subscription/create-or-edit-webhook-subscription-modal.component.ts:5:27 - error TS1005: 'from' expected.
5 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/webhook-subscription/webhook-subscription-detail.component.ts:9:27 - error TS1005: 'from' expected.
9 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/webhook-subscription/webhook-event-detail.component.ts:6:27 - error TS1005: 'from' expected.
6 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/dynamic-entity-parameters/dynamic-parameter/create-or-edit-dynamic-parameter-modal.component.ts:2:27 - error TS1005: 'from' expected.
2 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/dynamic-entity-parameters/entity-dynamic-parameter/create-entity-dynamic-parameter-modal.component.ts:4:27 - error TS1005: 'from' expected.
4 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/dynamic-entity-parameters/dynamic-parameter/dynamic-parameter-value/create-or-edit-dynamic-parameter-value-modal.component.ts:2:27 - error TS1005: 'from' expected.
2 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/admin/dynamic-entity-parameters/entity-dynamic-parameter/entity-dynamic-parameter-value/manage-entity-dynamic-parameter-values-modal.component.ts:6:27 - error TS1005: 'from' expected.
6 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ 96msrc/app/admin/admin.module.ts:9:84 - error TS1005: 'from' expected.
9 import { ModalModule, PopoverModule, TabsModule, TooltipModule, BsDropdownModule } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/shared/common/session-timeout/session-timeout-modal-component.ts:3:27 - error TS1005: 'from' expected.
3 import { ModalDirective } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~ src/app/app.module.ts:18:84 - error TS1005: 'from' expected.
18 import { ModalModule, TabsModule, TooltipModule, BsDropdownModule, PopoverModule } 'ngx-bootstrap/modal'; ~~~~~~~~~~~~~~~~~~~~~
I have also tried to if any fix here (https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5272) so i tried adding to the typeroots,do you know the correct way to do this? if this is the fix.
"typeRoots": [ "../node_modules/@types", "..abp-web-resources/", "...index.d.ts"
Thanks
Hi, any find on fix from my suggested change?
I dropboxed the zip
sure i will do.