3890 comments found.
Hi! Love your work. Purchased the template but cannot make it work. I opened up bundle/demo/angular and ran ng serve but got following error: ERROR TypeError: Cannot read property ‘listOffset’ of undefined at ListViewContainerComponent../src/app/@pages/components/list-view/list-view-container/list-view-container.component.ts.ListViewContainerComponent.computeHeader (VM288 main.js:11795) at ListViewContainerComponent../src/app/@pages/components/list-view/list-view-container/list-view-container.component.ts.ListViewContainerComponent.cacheElements (VM288 main.js:11789) at Object.eval [as handleEvent] (VM319 ListViewContainerComponent.ngfactory.js:45) at handleEvent (VM287 vendor.js:47602) at callWithDebugContext (VM287 vendor.js:48695) at Object.debugHandleEvent [as handleEvent] (VM287 vendor.js:48398) at dispatchEvent (VM287 vendor.js:45061) at VM287 vendor.js:46541 at SafeSubscriber.schedulerFn [as _next] (VM287 vendor.js:41052) at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub (VM287 vendor.js:141788)
I don’t have any error in the terminal. But need your support. Code is unchanged after downloading. Waiting for you reply Sincerely Allan D.
Hi here
Did you run “npm install” before that ?
Yes of course
I tried deleting all node_modules and reinstalling it again as well.
Whats your local angular version?
My global angular CLI version (8.1.2) My local angular CLI version is (6.0.8)
{ “name”: “angular”, “version”: “0.0.0”, “license”: “MIT”, “scripts”: { “ng”: “ng”, “start”: “ng serve”, “build”: “ng build—prod”, “test”: “ng test”, “lint”: “ng lint”, “e2e”: “ng e2e” }, “private”: true, “dependencies”: { ”@angular/animations”: “6.0.0”, ”@angular/cdk”: “6.0.0”, ”@angular/common”: “6.0.0”, ”@angular/compiler”: “6.0.0”, ”@angular/core”: “6.0.0”, ”@angular/forms”: “6.0.0”, ”@angular/http”: “6.0.0”, ”@angular/platform-browser”: “6.0.0”, ”@angular/platform-browser-dynamic”: “6.0.0”, ”@angular/router”: “6.0.0”, ”@ngui/map”: “0.20.2”, ”@ngxs/devtools-plugin”: “3.0.0-dev.706a0b9”, ”@ngxs/logger-plugin”: “3.0.0-dev.706a0b9”, ”@ngxs/store”: “3.0.0”, ”@swimlane/ngx-datatable”: “13.0.1”, ”@swimlane/ngx-dnd”: “3.2.0”, ”@types/googlemaps”: “3.30.7”, “angular-tree-component”: “7.0.2”, “angular2-text-mask”: “8.0.4”, “angularfire2”: “5.0.0-rc.4”, “classlist.js”: “1.1.20150312”, “core-js”: “2.4.1”, “d3”: “3.5.17”, “echarts”: “4.0.4”, “firebase”: “4.8.0”, “hammerjs”: “2.0.8”, “https”: “1.0.0”, “imagesloaded”: “4.1.4”, “isotope-layout”: “3.0.6”, “mandrill-api”: “1.0.45”, “masonry-layout”: “4.2.1”, “moment”: “2.18.1”, “ng-scrollreveal”: “2.2.0”, “ngx-bootstrap”: “2.0.5”, “ngx-echarts”: “3.1.0”, “ngx-filter-pipe”: “2.1.0”, “ngx-isotope”: “0.1.7”, “ngx-nvd3”: “1.0.9”, “ngx-perfect-scrollbar”: “5.3.5”, “ngx-quill”: “2.1.2”, “ngx-swiper-wrapper”: “6.0.0”, “rickshaw”: “1.6.5”, “rxjs”: “6.0.0”, “rxjs-compat”: “6.2.1”, “scrollreveal”: “3.3.6”, “text-mask-addons”: “3.7.1”, “web-animations-js”: “2.3.1”, “zone.js”: “0.8.26” }, “devDependencies”: { ”@angular-devkit/build-angular”: “0.6.8”, ”@angular/cli”: “6.0.0”, ”@angular/compiler-cli”: “6.0.0”, ”@angular/language-service”: “6.0.0”, ”@types/jasmine”: “2.5.53”, ”@types/jasminewd2”: “2.0.2”, ”@types/node”: “6.0.60”, ”@types/scrollreveal”: “0.0.3”, “codelyzer”: “4.0.1”, “jasmine-core”: “2.6.2”, “jasmine-spec-reporter”: “4.1.0”, “karma”: “1.7.0”, “karma-chrome-launcher”: “2.1.1”, “karma-cli”: “1.0.1”, “karma-coverage-istanbul-reporter”: “1.2.1”, “karma-jasmine”: “1.1.0”, “karma-jasmine-html-reporter”: “0.2.2”, “protractor”: “5.1.2”, “ts-node”: “3.2.0”, “tslint”: “5.7.0”, “typescript”: “~2.7.2” } }
I downloaded the package from themeforest and ran ng serve. Seems to work just fine. Without any errors.
In the file app/@pages/components/list-view/list-view-container/list-view-container.component.ts
line 61 can you comment and run it ?
It should be this.computeHeader();
Wait it should be package-lock.json.
https://docs.pages.revox.io/v/angular/#invalid-or-unexpected-tokenTry this
1. Deleted package-lock.json.
2. Deleted node_modules.
3. Changed rxjs in package.json to 6.3.3
4. Changed rxjs-compat in package.json to ^6.3.3
5. Ran NPM install
Got this error: node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ’;’ expected.
6. Changed rxjs in package.json from ^6.3.3 to 6.3.3. 7. Changed rxjs-compat in package.json from ^6.3.3 to 6.3.3
8. Ran NPM Install
I should mention that the error occurs whenever I try to click on any link in the left sidebar menu. If I click on the link: cards I will get the error below but the ‘email/list’ will be ‘cards’
Got this error: core.js:1673 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: ‘email/list’ Error: Cannot match any routes. URL Segment: ‘email/list’ at ApplyRedirects.push../node_modules/@angular/router/fesm5/router.js.ApplyRedirects.noMatchError (router.js:1384) at CatchSubscriber.selector (router.js:1365) at CatchSubscriber.push../node_modules/rxjs/_esm5/internal/operators/catchError.js.CatchSubscriber.error (catchError.js:34) at MapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._error (
{ “name”: “angular”, “version”: “0.0.0”, “license”: “MIT”, “scripts”: { “ng”: “ng”, “start”: “ng serve”, “build”: “ng build—prod”, “test”: “ng test”, “lint”: “ng lint”, “e2e”: “ng e2e” }, “private”: true, “dependencies”: { ”@angular/animations”: “6.1.10”, ”@angular/cdk”: “6.4.7”, ”@angular/common”: “6.1.10”, ”@angular/compiler”: “6.1.10”, ”@angular/core”: “6.1.10”, ”@angular/forms”: “6.1.10”, ”@angular/http”: “6.1.10”, ”@angular/platform-browser”: “6.1.10”, ”@angular/platform-browser-dynamic”: “6.1.10”, ”@angular/router”: “6.1.10”, ”@ngui/map”: “0.20.2”, ”@ngxs/devtools-plugin”: “3.4.3”, ”@ngxs/logger-plugin”: “3.4.3”, ”@ngxs/store”: “3.4.3”, ”@swimlane/ngx-datatable”: “13.1.0”, ”@swimlane/ngx-dnd”: “3.2.0”, ”@types/googlemaps”: “3.37.0”, “angular-tree-component”: “7.2.1”, “angular2-text-mask”: “8.0.5”, “angularfire2”: “5.0.0-rc.4”, “classlist.js”: “1.1.20150312”, “core-js”: “2.6.9”, “d3”: “3.5.17”, “echarts”: “4.2.1”, “firebase”: “4.8.0”, “hammerjs”: “2.0.8”, “https”: “1.0.0”, “imagesloaded”: “4.1.4”, “isotope-layout”: “3.0.6”, “mandrill-api”: “1.0.45”, “masonry-layout”: “4.2.2”, “moment”: “2.24.0”, “ng-scrollreveal”: “2.2.0”, “ngx-bootstrap”: “2.0.5”, “ngx-echarts”: “3.2.0”, “ngx-filter-pipe”: “2.1.2”, “ngx-isotope”: “0.1.7”, “ngx-nvd3”: “1.0.9”, “ngx-perfect-scrollbar”: “5.3.5”, “ngx-quill”: “2.1.2”, “ngx-swiper-wrapper”: “6.4.1”, “rickshaw”: “1.6.5”, “rxjs”: “6.3.3”, “rxjs-compat”: “6.3.3”, “scrollreveal”: “3.3.6”, “text-mask-addons”: “3.8.0”, “web-animations-js”: “2.3.2”, “zone.js”: “0.8.26” }, “devDependencies”: { ”@angular-devkit/build-angular”: “0.6.8”, ”@angular/cli”: “6.2.9”, ”@angular/compiler-cli”: “6.1.10”, ”@angular/language-service”: “6.1.10”, ”@types/jasmine”: “2.5.53”, ”@types/jasminewd2”: “2.0.6”, ”@types/lodash”: “4.14.112”, ”@types/node”: “6.14.7”, ”@types/scrollreveal”: “0.0.3”, “codelyzer”: “4.5.0”, “jasmine-core”: “2.6.2”, “jasmine-spec-reporter”: “4.1.0”, “karma”: “1.7.0”, “karma-chrome-launcher”: “2.1.1”, “karma-cli”: “1.0.1”, “karma-coverage-istanbul-reporter”: “1.4.3”, “karma-jasmine”: “1.1.2”, “karma-jasmine-html-reporter”: “^0.2.2”, “protractor”: “5.1.2”, “ts-node”: “3.2.0”, “tslint”: “5.7.0”, “typescript”: “2.7.2” } }
Kindly but eagerly waiting for you reply to get started.
Hi! Any update?
Hi! Any update?
Hi, we could not resolve this issue for some reason, refund given
hello I can not find the psd
Hi there
When you unzip the downloaded package there is a zip file called PSD
Hello, I want to buy revox pages dashboard UI framework in angular and can I download a demo version to test it before I buy this product?
Hi there
Sorry there is not demo test version to download
Just live preview
How did you prouce the animated images in the demos, e. g.: http://pages.revox.io/dashboard/4.1.0/html/corporate/typography.html (typography hero gif).
Which tools did you use and what effort is it to design such an image?
Thanks FE
Hi there
We used Adobe After Effects
In one of css files I found commented line that it is for “Price” or “Price list” page, but I could not find any in html demo dirs. Does it mean that there is still no prices page or I just miss it somewhere? Thank you.
Hi there
In each demo 01 / or 02/ you will find the price.html file
Hello, i have problem with my modal and select2.
The select 2 always appear when modal show up, can you help me ?
I already try many method, and i can’t fix it
this is my screenshoot https://imgur.com/a/DZ1gIlz
Thankyou before
Hi how can I make sidebar behavior at 1024px screen the same as on mobile (onload should be completely hidden, but when you tap burger it toggles)
will be great to get some support in next 1-2 days
Hi there
Are you using HTML or Angular. Are you also using LESS or SCSS or simple CSS?
html/css
hi would you answer me ?
Hi there
This would be really difficult and messing but you can try creating a new css file and add the following
@media (max-width: 1024px)
.page-sidebar {
display: none;
z-index: auto;
}
make sure you include it after pages.css
Next in your header you will find a link
<a href="#" class="btn-link toggle-sidebar d-lg-none pg pg-menu" data-toggle="sidebar">
</a>
replace it with
<a href="#" class="btn-link toggle-sidebar d-xl-none pg pg-menu" data-toggle="sidebar">
</a>
Add in the same css add the following too
@media (max-width: 1024px)
.page-sidebar {
width: 250px;
z-index: auto;
left: 0 !important;
-webkit-transform: translate3d(0, 0px, 0px) !important;
transform: translate3d(0, 0px, 0px) !important;
}
there remains place where should be sidebar and when you click to toggle button on div.sidebar and body.fixed-header appear classes .visible and .sidebar-open accordingly but they are disappearing immediately on mouseUp here are screenshots
https://prnt.sc/okapbb https://prnt.sc/okaqjzforgot to say – sidebar does not appear when you click
man I still waiting for resolving this thing !!!
Hi there
In your sidebar remove the data attribute “data-pages=’sidebar’
Hi,
We have problems with some components. We want to use Notifications and we get error:
../node_modules/@angular/cdk\esm5\overlay.es5.js ...eeinject was no found in @angular/core
The Modal components, does not have documentation, too.
Hi there
Sorry about the late reply. Can you show me the code for your module ts file component ts 
How can I upgrade the angular version to 8?
Hi there
We have to update, if you want to update it personally you will have to make a few changes. Any luck ?
The issue is that I was not able to get the data in the select box by default. For example, if I have a drop-down for a year and want to showcase the year when the page opens, this won’t happen instead it will show “Select” on default
I’m using 6.0.0
Hi there
I’m assuming you are using HTML version. This doc will have help you get it started
https://select2.org/Hey.
I’m trying to use the accordion (collapsible items).
I’m importing the module like this:
pgCollapseModule.forRoot(),
But I’m still receiving the following error:
Error: Template parse errors: No provider for pgCollapsesetComponent
What can I do?
Hi there
Could you try adding SharedModule to your import
import { SharedModule } from ’../@pages/components/shared.module’;
Hi,
Just found that full-screen cards not positioned correctly. Steps to reproduce the problem: 1. Go to http://pages.revox.io/dashboard/4.1.0/angular/condensed/cards 2. Scroll down a little bit and hit maximize button of “Advance Tools” card. 3. The full-screen card‘s position gets wrong.
Have post the issue on the GitHub repo.
Hi there
Sorry about this, we had to slow down bug fixes for Pages as we are very close releasing Anthem a new product on Envato. Its really really close in finishing. Will not be dragging on for months. And I promise you all the bugs on Pages will be fixed
Hi there
You have to run Angular on Production mode not development 
Hi…
Your design is Genial!, I have some questions: 1) do you have a update version of this page? 2) is it posible can hide the sidemenu? 3) how could change the color of the sidemenu? do you have a demo?
Ref: Pages – Admin Dashboard Template with Angular 6, Bootstrap 4 & HTML
Hi there
Thank you! 
1. we had to slow down bug fixes for Pages as we are very close releasing Anthem a new product on Envato. We will be adding new updates to Pages after
2. Hide the sidebar permantly?
3. Yes, I would suggest using LESS 
Hi, thanks for the great template.
I am trying to use the template in order to build a site using another CMS. Layout is working fine. When it comes to CSS (e. g. to make the sidebar (dis-) appear nothing works. It seems like I cannot access any of the JS.
I copied all JS files I would like to use (which are all that are linked in the corporate_alt.html template in the folder “getting_started”.) to another folderstructre. E. g. I copied the pages.js to “files/add_assets/js/....” I linked all of those js files in my layout; they seem to be called correctly. I did not change the IDs and classes in the layout (like #mySidebar etc.).
Nevertheless, JS functions cant be used in the frontend. Any advice for a beginner like me?
Thanks FE
Hi, I figured out myself; now it works.
I got another question though: How did you prouce the animated images in the demos, e. g.: http://pages.revox.io/dashboard/4.1.0/html/corporate/typography.html (typography hero gif).Which tools did you use and what effort is it to design such an image?
Thanks FE
Hi, I’m interested in the template. But do you offer one with html5 and also one with html5 and angular?
And if I detect an error after the established support time, could I solve it?
Hi there
Sorry about this, we had to slow down bug fixes for Pages as we are very close releasing Anthem a new product on Envato. Its really really close in finishing. Will not be dragging on for months. And I promise you all the bugs on Pages will be fixed
the datatable FixedColumns isn’t working, are no examples in your documentation for datatable FixedColumns.
Hi there
This is a known issue and will be looked into after 5th of August 
Hi,
Just found that full-screen cards not positioned correctly. Steps to reproduce the problem: 1. Go to http://pages.revox.io/dashboard/4.1.0/angular/condensed/cards 2. Scroll down a little bit and hit maximize button of “Advance Tools” card. 3. The full-screen card‘s position gets wrong.
Have post the issue on the GitHub repo.
Can i use 2 type layout, horizontal and side menu in 1 file?
Hi there
Which version are you using ? Angular ?
It’s certainly a nice looking template, and I look forward to getting to a point where I can actually start using it properly.
Unfortunately however, it seems that the author either ignored TSLint or had it disabled while writing this theme as there are errors littered throughout the entire codebase and I now find that I’m having to manually sift through and fix them all so I can proceed with good conscience for my project. There was also a not insubstantial amount of work I had to even be able to make the app run, and then also to remove all the package vulnerabilities that were found when I audited the project upon unzipping it.
I am really impressed by the clean and slick design, but I am also really disappointed with the quality & consistency of the codebase and the apparent lack of attention to detail when it comes to the more finickity things like I have mentioned.