3890 comments found.
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
Hi I have lot’s of error message here
compiling @swimlane/ngx-dnd : es2015 as esm2015 Error: Failed to compile entry-point angular-tree-component (module as esm5) due to compilation errors: node_modules/mobx-angular/dist/mobx-angular.d.ts:5:22 – error NG6002: Appears in the NgModule.imports of TreeModule, but could not be resolved to an NgModule class.
This likely means that the library (mobx-angular) which declares MobxAngularModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library’s authors to see if the library is expected to be compatible with Ivy.
5 export declare class MobxAngularModule { ~~~~~~~~~
Error: Error on worker #2: Error: Failed to find exported name of node (class ButtonRadioGroupDirective {
Hi there
Did you try removing the node_modules folder, and package-lock.json ? and try running “npm install”
Yes, I did what you mentioned, I am still getting the error. I am running ng serve from your /demo/angular module.
Can you point me to where to start a new project and apply your template as well.
Hi there
What is your nodejs version and angular version ?. My best guess is to use the getting_started/angular project
see if that works.
Can you update the angular CLI to 9 ?
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”,
Hi, the demo is working, however getting started, I still get failed compilation
ERROR in ./src/app/@pages/layouts/blank/blank.component.scss Module Error (from ./node_modules/postcss-loader/src/index.js): (Emitted value instead of an instance of Error) CssSyntaxError: /home/kelvin/Documents/themeforest-wcw8FnJy-pages-admin-dashboard-template-web-app/bundle/getting_started/angular/src/app/@pages/styles/icons.scss:10:1: Can’t resolve ’../../../../assets/fonts/pages-icon/Pages-icon.svg’ in ’/home/kelvin/Documents/themeforest-wcw8FnJy-pages-admin-dashboard-template-web-app/bundle/getting_started/angular/src/app/@pages/layouts/blank’
Hi
May I know which version of node and angular you used to compile this?
I was trying to get access to the github repo but I never get the email. I think it’s erroring on submit. Any other way I can get access my github username is james0427
Added you in and the form works now
grant me access to the github repo, username: babojamo
Hi there
Invitation sent 
Hi,
I purchased your product, can you help me how to create my own theme? I followed the documentation and it seems it is not very accurate, you are talking about folder paths and the folder structure from the one I downloaded and from your documentation is not the same. I am confused please send me an instruction that is easy to understand,
Salamat!
Hi there
Sorry about my late reply. Yes I can help you out, did you try to create a custom SCSS theme ?
Pre sales question. Can I use this theme with Angular 9/10 and Ivy? Thank you!
Hi there
We support 8.x will be updating soon
Hi, Is there a version in which the functions are already complete with the database? Thanks a lot.
Hi there
Sorry no 
What version of node/npm are you using? i have tried with TLS and latest and im getting lots of errors :/ . I have tried on mac and windows cloning the git repository.
Hi there
We are using nodejs 10, and on a mac, tried on windows. Can you tell me a few error logs ?
Hi there
Run the command “rm -rf node_modules yarn.lock package-lock.json” and try npm install again
perfect.. some warning, no errors.
Item doesn’t work. getting an error. Please help me out
Disregarding as its an invalid purchase
item not working for me
Disregarding as its an invalid purchase
Hey I’m creating a new project in Angular. I copied the Angular directory from the demo folder and pasted in the local machine and typed “npm install”. I’m getting the following error “An unhandled exception occurred: Job name ”..getProjectMetadata” does not exist.”..I have Angular 10 CLI globally on my MacBook. Can you suggest a solution pls…
Hi there
Sorry about my late reply, can you tell me the file structure, you might be missing a few ?
Could you please grant me access to the new github repo thank you! github username: jorgemuza
Invitation sent 
Hello there. I’m using simply white html version. Calendar year shows on top up to 2030. What happens after that? Where do I add more years or delete the previous year ?? Please help
Team, awaiting for your reply… 
Hi there
In your calendar init object
that contains settings do have an year object inside the UI object ?
year: {
visible: true,
format: 'YYYY',
startYear: '2000',
endYear: moment().add(10, 'year').format('YYYY'),
eventBubble: true
}
You can set the end year to whatever you want. Example calendar object
https://docs.pages.revox.io/apps/calendar#calendar-settings-and-callbacksHi, good morning, I want to know all this HTML tags that are make the compositions of all the widgets forms and all stuff, where can be found the structure of these tags? because I want to buy your template I want the admin and I want the tags, too because I don’t want to type any HTML field and cards and all that stuff, so how it is managed that?
Hi,
I had bought the 3.0.0version earlier and my app was down for a while. I am trying to make it up now and not able to as the ruby gem is not visible. Can you please help me with this.
Hi there
Ruby which version are you planing to use ?
Hi Sr, am wondering related with * Pages – Admin Dashboard Template * what to ask to you, I see there is a tag called, Angular Js , but I want to use this product with laravel 7, this is compatible? I mean all the buttons models and gallery will work in this framework, or is necessary and a request to install this Angular to work?? thanks a lot . Daniel
Hi there
We support Angular 8+ not angularjs 
pg-datepicker:
<pg-datepicker ShowTime="false" formControlName="dateOfBirth" format="DD/MM/YYYY" Placeholder="{{
person.dateOfBirth ? person.dateOfBirth : 'DD/MM/YYYY'
}}"></pg-datepicker>
even though format is implemented, I still see the display as “1987-08-23” – how can this be fixed?
Hi there
Sorry about the late reply, I will check now
Hi!
I am facing an issue with pg-upload.
I have the option to either go with the (Change) method, but I do not see any option for error handling – can you tell me if/how this is possible?
The other work around I tried is by implementing the (CustomRequest) method, however this does not call my customized method at all – what am I missing?
See HTML:
<pg-upload (CustomRequest)=”onFilesAdded($event)” Type=”drag” FileType=”application/pdf” [Multiple]=”true” [Limit]=”2” ListType=”picture-card” extraClass=”dropzone” progressType=”circle” [(FileList)]=”files”>
Drop files to Upload
or click here
</pg-upload>