26 comments found.
I can’t get this to run at all. With other templates I can just “IIS Express Website Here” and off I go.
I installed node, I think I installed the other stuff.
I get this error: Error: Could not find the ’@angular-devkit/build-angular:dev-server’ builder’s node package
What is node? Why doesn’t it just work? How do I get it to work?
Also, where are all the html pages?
Hello, I wrote a note a few days ago but did not hear from you. Can we get access to the Angular 10 version even if its in beta? How can I access your github repo?
Hi there
Sorry about my late reply. What is your username for github ?
Please, I can’t find an example for the list-view module, may I know how it looks like. at least to see how to interact with its various parts.
The code is very outdated, not working as mentioned. I want refund.
Hi there
We do not support Angular 10 yet. You can request a refund. We will be happy to refund
I am trying to convert it to Angular 10. Lot of errors are coming. Can you provide me its git access?
error when npm install
Not Found – GET https://registry.npmjs.org/@typesicons%2fgooglemaps – Not found
hi,
when I execute npm install I get following errors: npm WARN tarball tarball data for material-design-icons@3.0.1 (sha1-mnHEh0chjrylHlGmbaaCA4zct78=) seems to be corrupted. Trying one more time. npm WARN tarball tarball data for material-design-icons@3.0.1 (sha1-mnHEh0chjrylHlGmbaaCA4zct78=) seems to be corrupted. Trying one more time.
-nitin
Hi there
I have sent you the steps via email hope it worked ?
Notice
@swimlane/ngx-dnd latest will not be compatible with Pages Angular.Please replace the
”@swimlane/ngx-dnd”: “^8.1.0” to ”@swimlane/ngx-dnd”: “8.1.0” in your package.json.
Contact support@revox.io for any issues
D:\ClinicShield\pages-admin-angular\demo>ng serve 10% building 4/4 modules 0 activei 「wds」: Project is running at http://localhost:4200/webpack-dev-server/ i 「wds」: webpack output is served from / i 「wds」: 404s will fallback to //index.html
chunk {main} main.js, main.js.map (main) 2.01 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 154 kB initial chunk {polyfills-es5} polyfills-es5.js, polyfills-es5.js.map (polyfills-es5) 554 kB initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB entry chunk {scripts} scripts.js, scripts.js.map (scripts) 913 kB entry chunk {styles} styles.js, styles.js.map (styles) 1.16 MB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 342 kB initial Date: 2020-08-18T02:53:54.041Z – Hash: 91b896d8a74665db5a3e – Time: 12317ms
ERROR in ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:13:9 – error TS1086: An accessor cannot be declared in an ambient context.
13 get dropZones(): string[]; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:14:9 – error TS1086: An accessor cannot be declared in an ambient context.
14 set dropZones(val: string[]); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set templateInput(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 set templateChild(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZone(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZone(val: any); ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 get dropZones(): any; m ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:18:9 – error TS1086: An accessor cannot be declared in an ambient context.
18 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get droppableItemClass(): any; ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:20:9 – error TS1086: An accessor cannot be declared in an ambient context.
20 set droppableItemClass(val: any); ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:21:9 – error TS1086: An accessor cannot be declared in an ambient context.
21 get removeOnSpill(): boolean; ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:22:9 – error TS1086: An accessor cannot be declared in an ambient context.
22 set removeOnSpill(val: boolean); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get copy(): boolean; ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 set copy(val: boolean); ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:31:9 – error TS1086: An accessor cannot be declared in an ambient context.
31 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:32:9 – error TS1086: An accessor cannot be declared in an ambient context.
32 get moveDisabled(): boolean; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:33:9 – error TS1086: An accessor cannot be declared in an ambient context.
33 get classString(): string; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:34:9 – error TS1086: An accessor cannot be declared in an ambient context.
34 get type(): “string” | “number” | “bigint” | “boolean” | “symbol” | “undefined” | “object” | “function” | “array”; ~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZones(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get element(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get container(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get dropZone(): string; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:25:9 – error TS1086: An accessor cannot be declared in an ambient context.
25 set dropZone(val: string); ~~~~
- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** i 「wdm」: Failed to compile.
Getting error when compiling, we are running Angualr cli version 8.3.29 And Type Script version 3.5.3 .
Please help.
Can you update your Angular CLI to 9 ?
D:\>ng version
_ _ __ _ _
/ \ _ _ _ _ _ | | _ _ _ _ / __| | |_ _|
/ △ \ | '_ \ / ` | | | | |/ _` | '_| | | | | | |
/ _ \| | | | (| | || | | (| | | | || |_ | |
// \\| ||\, |\,|_|\,|| \_|__||
|_/
Angular CLI: 9.0.0 Node: 12.18.3 OS: win32×64
Angular: ... Ivy Workspace:
Package Version
@angular-devkit/architect 0.900.0 @angular-devkit/core 9.0.0 @angular-devkit/schematics 9.0.0 @schematics/angular 9.0.0 @schematics/update 0.900.0 rxjs 6.5.3
D:\>cd D:\ClinicShield\pages-admin-angular\demo
D:\ClinicShield\pages-admin-angular\demo>ng serve Your global Angular CLI version (9.0.0) is greater than your local version (8.3.29). The local Angular CLI version is used.
To disable this warning use “ng config -g cli.warnings.versionMismatch false”. 10% building 4/4 modules 0 activei 「wds」: Project is running at http://localhost:4200/webpack-dev-server/ i 「wds」: webpack output is served from / i 「wds」: 404s will fallback to //index.html
chunk {main} main.js, main.js.map (main) 2.01 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 154 kB initial chunk {polyfills-es5} polyfills-es5.js, polyfills-es5.js.map (polyfills-es5) 554 kB initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB entry chunk {scripts} scripts.js, scripts.js.map (scripts) 913 kB entry chunk {styles} styles.js, styles.js.map (styles) 1.16 MB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 342 kB initial Date: 2020-08-18T05:58:21.818Z – Hash: 91b896d8a74665db5a3e – Time: 18804ms
ERROR in ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:13:9 – error TS1086: An accessor cannot be declared in an ambient context.
13 get dropZones(): string[]; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:14:9 – error TS1086: An accessor cannot be declared in an ambient context.
14 set dropZones(val: string[]); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set templateInput(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 set templateChild(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZone(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZone(val: any); ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 get dropZones(): any; m ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:18:9 – error TS1086: An accessor cannot be declared in an ambient context.
18 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get droppableItemClass(): any; ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:20:9 – error TS1086: An accessor cannot be declared in an ambient context.
20 set droppableItemClass(val: any); ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:21:9 – error TS1086: An accessor cannot be declared in an ambient context.
21 get removeOnSpill(): boolean; ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:22:9 – error TS1086: An accessor cannot be declared in an ambient context.
22 set removeOnSpill(val: boolean); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get copy(): boolean; ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 set copy(val: boolean); ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:31:9 – error TS1086: An accessor cannot be declared in an ambient context.
31 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:32:9 – error TS1086: An accessor cannot be declared in an ambient context.
32 get moveDisabled(): boolean; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:33:9 – error TS1086: An accessor cannot be declared in an ambient context.
33 get classString(): string; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:34:9 – error TS1086: An accessor cannot be declared in an ambient context.
34 get type(): “string” | “number” | “bigint” | “boolean” | “symbol” | “undefined” | “object” | “function” | “array”; ~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZones(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get element(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get container(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get dropZone(): string; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:25:9 – error TS1086: An accessor cannot be declared in an ambient context.
25 set dropZone(val: string); ~~~~
- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** i 「wdm」: Failed to compile.
we get same error after upgrading to Angular 9 , please help.
Strange, could you also update your TS version
“npm install -g typescript@latest”
Microsoft Windows [Version 10.0.18362.959] (c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\venky>npm install -g typescript@latest C:\Users\venky\AppData\Roaming\npm\tsc -> C:\Users\venky\AppData\Roaming\npm\node_modules\typescript\bin\tsc C:\Users\venky\AppData\Roaming\npm\tsserver -> C:\Users\venky\AppData\Roaming\npm\node_modules\typescript\bin\tsserver + typescript@3.9.7 added 1 package from 1 contributor in 0.844s
C:\Users\venky>d:
D:\>cd D:\ClinicShield\pages-admin-angular\demo
D:\ClinicShield\pages-admin-angular\demo>ng serve Your global Angular CLI version (9.0.0) is greater than your local version (8.3.29). The local Angular CLI version is used.
To disable this warning use “ng config -g cli.warnings.versionMismatch false”. 10% building 4/4 modules 0 activei 「wds」: Project is running at http://localhost:4200/webpack-dev-server/ i 「wds」: webpack output is served from / i 「wds」: 404s will fallback to //index.html
chunk {main} main.js, main.js.map (main) 2.01 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 154 kB initial chunk {polyfills-es5} polyfills-es5.js, polyfills-es5.js.map (polyfills-es5) 554 kB initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB entry chunk {scripts} scripts.js, scripts.js.map (scripts) 913 kB entry chunk {styles} styles.js, styles.js.map (styles) 1.16 MB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 342 kB initial Date: 2020-08-18T06:57:22.126Z – Hash: 91b896d8a74665db5a3e – Time: 13567ms
ERROR in ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:13:9 – error TS1086: An accessor cannot be declared in an ambient context.
13 get dropZones(): string[]; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:14:9 – error TS1086: An accessor cannot be declared in an ambient context.
14 set dropZones(val: string[]); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set templateInput(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 set templateChild(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZone(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZone(val: any); ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 get dropZones(): any; m ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:18:9 – error TS1086: An accessor cannot be declared in an ambient context.
18 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get droppableItemClass(): any; ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:20:9 – error TS1086: An accessor cannot be declared in an ambient context.
20 set droppableItemClass(val: any); ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:21:9 – error TS1086: An accessor cannot be declared in an ambient context.
21 get removeOnSpill(): boolean; ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:22:9 – error TS1086: An accessor cannot be declared in an ambient context.
22 set removeOnSpill(val: boolean); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get copy(): boolean; ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 set copy(val: boolean); ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:31:9 – error TS1086: An accessor cannot be declared in an ambient context.
31 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:32:9 – error TS1086: An accessor cannot be declared in an ambient context.
32 get moveDisabled(): boolean; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:33:9 – error TS1086: An accessor cannot be declared in an ambient context.
33 get classString(): string; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:34:9 – error TS1086: An accessor cannot be declared in an ambient context.
34 get type(): “string” | “number” | “bigint” | “boolean” | “symbol” | “undefined” | “object” | “function” | “array”; ~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZones(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get element(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get container(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get dropZone(): string; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:25:9 – error TS1086: An accessor cannot be declared in an ambient context.
25 set dropZone(val: string); ~~~~
- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** i 「wdm」: Failed to compile.
Updated type script. Error above.
Hi there
Im soo sorry about the issue, its with the package ngx-dnd. If you go to your package.json
you will find
”@swimlane/ngx-dnd”: “^8.1.0”,
instead of that use strict
”@swimlane/ngx-dnd”: “8.1.0”,
Microsoft Windows [Version 10.0.18362.959] (c) 2019 Microsoft Corporation. All rights reserved.
C:\windows\system32>d:
D:\>cd D:\ClinicShield\pages-admin-angular\demo
D:\ClinicShield\pages-admin-angular\demo>ng serve Your global Angular CLI version (9.0.0) is greater than your local version (8.3.29). The local Angular CLI version is used.
To disable this warning use “ng config -g cli.warnings.versionMismatch false”. 10% building 4/4 modules 0 activei 「wds」: Project is running at http://localhost:4200/webpack-dev-server/ i 「wds」: webpack output is served from / i 「wds」: 404s will fallback to //index.html
chunk {main} main.js, main.js.map (main) 2.01 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 154 kB initial chunk {polyfills-es5} polyfills-es5.js, polyfills-es5.js.map (polyfills-es5) 554 kB initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB entry chunk {scripts} scripts.js, scripts.js.map (scripts) 913 kB entry chunk {styles} styles.js, styles.js.map (styles) 1.16 MB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 342 kB initial Date: 2020-08-18T07:16:31.197Z – Hash: 91b896d8a74665db5a3e – Time: 17743ms
ERROR in ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:13:9 – error TS1086: An accessor cannot be declared in an ambient context.
13 get dropZones(): string[]; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:14:9 – error TS1086: An accessor cannot be declared in an ambient context.
14 set dropZones(val: string[]); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set templateInput(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 set templateChild(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZone(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZone(val: any); ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 get dropZones(): any; m ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:18:9 – error TS1086: An accessor cannot be declared in an ambient context.
18 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get droppableItemClass(): any; ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:20:9 – error TS1086: An accessor cannot be declared in an ambient context.
20 set droppableItemClass(val: any); ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:21:9 – error TS1086: An accessor cannot be declared in an ambient context.
21 get removeOnSpill(): boolean; ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:22:9 – error TS1086: An accessor cannot be declared in an ambient context.
22 set removeOnSpill(val: boolean); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get copy(): boolean; ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 set copy(val: boolean); ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:31:9 – error TS1086: An accessor cannot be declared in an ambient context.
31 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:32:9 – error TS1086: An accessor cannot be declared in an ambient context.
32 get moveDisabled(): boolean; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:33:9 – error TS1086: An accessor cannot be declared in an ambient context.
33 get classString(): string; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:34:9 – error TS1086: An accessor cannot be declared in an ambient context.
34 get type(): “string” | “number” | “bigint” | “boolean” | “symbol” | “undefined” | “object” | “function” | “array”; ~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZones(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get element(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get container(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get dropZone(): string; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:25:9 – error TS1086: An accessor cannot be declared in an ambient context.
25 set dropZone(val: string); ~~~~
- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** i 「wdm」: Failed to compile.
Did as per your recommendation, still error. Please help
Yea you have to run “npm install” after updating the package.json.
D:\>npm install npm WARN saveError ENOENT: no such file or directory, open ‘D:\package.json’ npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open ‘D:\package.json’ npm WARN !invalid#2 No description npm WARN !invalid#2 No repository field. npm WARN !invalid#2 No README data npm WARN !invalid#2 No license field.
up to date in 0.954s found 0 vulnerabilities
D:\>D:\ClinicShield\pages-admin-angular\demo ‘D:\ClinicShield\pages-admin-angular\demo’ is not recognized as an internal or external command, operable program or batch file.
D:\>cd D:\ClinicShield\pages-admin-angular\demo
D:\ClinicShield\pages-admin-angular\demo>ng serve Your global Angular CLI version (9.0.0) is greater than your local version (8.3.29). The local Angular CLI version is used.
To disable this warning use “ng config -g cli.warnings.versionMismatch false”. 10% building 4/4 modules 0 activei 「wds」: Project is running at http://localhost:4200/webpack-dev-server/ i 「wds」: webpack output is served from / i 「wds」: 404s will fallback to //index.html
chunk {main} main.js, main.js.map (main) 2.01 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 154 kB initial chunk {polyfills-es5} polyfills-es5.js, polyfills-es5.js.map (polyfills-es5) 554 kB initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB entry chunk {scripts} scripts.js, scripts.js.map (scripts) 913 kB entry chunk {styles} styles.js, styles.js.map (styles) 1.16 MB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 342 kB initial Date: 2020-08-18T07:25:11.766Z – Hash: 91b896d8a74665db5a3e – Time: 21221ms
ERROR in ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:13:9 – error TS1086: An accessor cannot be declared in an ambient context.
13 get dropZones(): string[]; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:14:9 – error TS1086: An accessor cannot be declared in an ambient context.
14 set dropZones(val: string[]); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set templateInput(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 set templateChild(template: TemplateRef<any>); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZone(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZone(val: any); ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:17:9 – error TS1086: An accessor cannot be declared in an ambient context.
17 get dropZones(): any; m ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:18:9 – error TS1086: An accessor cannot be declared in an ambient context.
18 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get droppableItemClass(): any; ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:20:9 – error TS1086: An accessor cannot be declared in an ambient context.
20 set droppableItemClass(val: any); ~~~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:21:9 – error TS1086: An accessor cannot be declared in an ambient context.
21 get removeOnSpill(): boolean; ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:22:9 – error TS1086: An accessor cannot be declared in an ambient context.
22 set removeOnSpill(val: boolean); ~~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get copy(): boolean; ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 set copy(val: boolean); ~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:31:9 – error TS1086: An accessor cannot be declared in an ambient context.
31 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:32:9 – error TS1086: An accessor cannot be declared in an ambient context.
32 get moveDisabled(): boolean; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:33:9 – error TS1086: An accessor cannot be declared in an ambient context.
33 get classString(): string; ~~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/components/item/item.component.d.ts:34:9 – error TS1086: An accessor cannot be declared in an ambient context.
34 get type(): “string” | “number” | “bigint” | “boolean” | “symbol” | “undefined” | “object” | “function” | “array”; ~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:15:9 – error TS1086: An accessor cannot be declared in an ambient context.
15 get dropZones(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:16:9 – error TS1086: An accessor cannot be declared in an ambient context.
16 set dropZones(val: any); ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:19:9 – error TS1086: An accessor cannot be declared in an ambient context.
19 get hasHandle(): boolean; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-draggable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get element(): any; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:23:9 – error TS1086: An accessor cannot be declared in an ambient context.
23 get container(): any; ~~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:24:9 – error TS1086: An accessor cannot be declared in an ambient context.
24 get dropZone(): string; ~~~~ ../node_modules/@swimlane/ngx-dnd/lib/directives/ngx-droppable.directive.d.ts:25:9 – error TS1086: An accessor cannot be declared in an ambient context.
25 set dropZone(val: string); ~~~~
- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** i 「wdm」: Failed to compile.
Dear author, still the same. We have replied to your support email as well. Kindly help
Hi!
I’m looking for a version that supports the newest version of angular (angular 10). Is this product up to date?
Is this product for Angular NOT AngularJS? The description is a bit confusing. I do not want this if it is an AngularJS product. I need this to be ANGULAR.
Thanks
Hi there
This is Angular not AngularJS and currently support 8.x
How can we select default (ngFor) option using pg-select , im unable to select a default option gone through the docs also .
Hi there
You add the modal [(ngModel)]=”myVar” to pg-select tag. The myVar varriable should have the value of the selected element you want
I tried as you said but still its not binding , can you see below code and let me know?
HTML
<label class=””>Project {{selectedOption}}</label> <pg-select style=”width: 100%;” [(ngModel)]=”selectedOption” [PlaceHolder]=”’Select Option’”> <pg-option *ngFor=”let item of options” [Label]=”item.label” [Value]=”item”> </pg-option> </pg-select>TS
options = [
{ value: 'jack', label: 'Jacks' },
{ value: 'lucy', label: 'Lucy' },
{ value: 'disabled', label: 'Disabled', disabled: true }
];
selectedOption:string = “Jacks”
Hi there Sorry about the late reply
selectedOption:string = “jack”
What is the angular version?
Its 8.2.14
next update?
Mid or late July
Hi, I’m getting this error with demo:
ERROR in ../node_modules/@swimlane/ngx-dnd/lib/components/container/container.component.d.ts:13:9 – error TS1086: An accessor cannot be declared in an ambient context.
13 get dropZones(): string[];
fixed.
Great
Hi there
Yes it is Angular 8+
How do I run static website from dist folder? ng build from demo folder does not produce same demo pages inside dist. Am unable to run it from dist folder.
Please help.
Good Morning.
I’m having a small issue with the switch styles not showing on the dashboard widgets?
For example: <graph-options-widget></graph-options-widget> should display switches instead of checkboxes, but it not accepting the style.
Have been digging for a while but not getting the styles to show.
the dashboard.module has this: import { pgSwitchModule } from ’../@pages/components/switch/switch.module’;
plus form module…
Just odd its not showing? any thoughts what could cause this not to take on the switch style? No customisaztion or path changes from the default build.
Look forward to any suggestions
Many thanks
Mark
Hi there
Im really sorry for missing this comment. We remove pgSwitchModule whats the version you are using ?
Hi There, Loving this product. Was wondering if the Calendar is apart of it? not seeing it in the documents. Also, Unable to get the Switch CSS on the widgets within the Dashboard. Other that that Its awesome.
Hi there
Calendar is not available for the Angular version. Initially the calendar was built using Jquery and we did-not have enough time to get it to native Angular.
Not a problem Thanks for the reply
which version of angular the latest template ??
Hi there Both Pages Family and Pages Angular Admin are the same version. 8+ we will be updating to v9 by next week
Good day Sir, Please I would like to know the grid system used in the app.
Hi there
We use the bootstrap 4 grid https://getbootstrap.com/docs/4.4/layout/grid/Could you please create also a directory listing angular template like bizbook? There is no such template and would be really needed on the market.
Hi there
Sure I will have a look at this