25 comments found.
I am going to purchase theme but I need to know that whether this theme is built in Angular 20. Can you please provide me exact screenshot which will work in Angular 20. Apart from it, if there is any possibility you can show me file structure also before purchase it.
Hi, from angular 17+ the Interceptors behaviour registration is changed.
The classes must be registered with
provideHttpClient(withInterceptorsFromDi())
in app.config
Angular suggested way is move to functions instead of classes interceptors
Yes, that’s correct
Starting with Angular 17, the HTTP Interceptor registration model has been modernized to align with the standalone APIs and functional providers approach.
However, it’s important to note that functional interceptors are now the preferred and forward-compatible approach. Future versions of Angular may deprecate or restrict DI-based (class) interceptors, as the framework continues to move toward a fully functional and standalone architecture.
Thank you
Ok, wrote just to let you know that without withInterceptorsFromDi() actually the interceptora doesn’t work in angular 17+ and this is missing on the last version of the theme
Thank you so much for your help.
Hello, I need to apply styles defined by the Chilean government that are included in a Figma project. First question: Is it possible to create a site with these styles? Second question: What is the approximate cost? Context: I purchased the “Oreva – Angular 18+ Admin Dashboard Template + UI Kit” and the goal is to have the colors and icons match those defined in the Figma project. Thank you.
https://www.figma.com/community/file/1319005921039608306Yes, you can set your font style and color in the template. If you still have any confusions, please contact us on redstartheme@gmail.com.
Thank you
Hello,
I am having problems building your template that i purchased. purchase code: f744b413-cb4f-429a-a0c5-dcb5bae879cc – Template: Oreva – Angular 18+ Admin Dashboard Template + UI Kit .
I followed all instructions but im getting the following error: ✘ [ERROR] TS2688: Cannot find type definition file for ‘projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts’. [plugin angular-compiler]
node_modules/ng-apexcharts/lib/chart/chart.component.d.ts:1:22:
1 │ ...nce types="projects/ng-apexcharts/node_modules/apexcharts/types/...
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please advise.
Hi, Download the latest version from themeforest, we’ve fixed the issue and updated the template.
Thank you
Hello i bought OREVA template since i cannot start it when doing npm install : i’ve many errors
Error: node_modules/preact/src/jsx.d.ts:1479:25 – error TS2552: Cannot find name ‘PictureInPictureEvent’. Did you mean ‘PictureInPictureEventHandler’?
1479 TargetedEvent<Target, PictureInPictureEvent>; ~~~~~~~~~~
Error: node_modules/preact/src/jsx.d.ts:1530:16 – error TS2344: Type ‘TargetedPictureInPictureEvent<Target>’ does not satisfy the constraint ‘TargetedEvent<EventTarget, Event>’. Type ‘TargetedPictureInPictureEvent<Target>’ is missing the following properties from type ‘Omit<Event, “currentTarget”>’: type, target, bubbles, cancelBubble, and 17 more.
1530 EventHandler<TargetedPictureInPictureEvent<Target>>; ~~~~~~~~~~~~~~~~~~~
Error: src/app/charts/apexchart/apexchart.component.html:22:26 – error NG8002: Can’t bind to ‘series’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘series’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
22 <apx-chart [series]=”barChartOptions.series” [chart]=”barChartOptions.chart” ~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:22:60 – error NG8002: Can’t bind to ‘chart’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘chart’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
22 <apx-chart [series]=”barChartOptions.series” [chart]=”barChartOptions.chart” ~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:23:17 – error NG8002: Can’t bind to ‘dataLabels’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘dataLabels’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
23 [dataLabels]=”barChartOptions.dataLabels” [plotOptions]=”barChartOptions.plotOptions” ~~~~~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:23:59 – error NG8002: Can’t bind to ‘plotOptions’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘plotOptions’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
23 [dataLabels]=”barChartOptions.dataLabels” [plotOptions]=”barChartOptions.plotOptions” ~~~~~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:24:17 – error NG8002: Can’t bind to ‘grid’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘grid’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
24 [grid]=”barChartOptions.grid” [yaxis]=”barChartOptions.yaxis” [legend]=”barChartOptions.legend” ~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:24:47 – error NG8002: Can’t bind to ‘yaxis’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘yaxis’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
24 [grid]=”barChartOptions.grid” [yaxis]=”barChartOptions.yaxis” [legend]=”barChartOptions.legend” ~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:24:79 – error NG8002: Can’t bind to ‘legend’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘legend’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
24 [grid]=”barChartOptions.grid” [yaxis]=”barChartOptions.yaxis” [legend]=”barChartOptions.legend” ~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:25:17 – error NG8002: Can’t bind to ‘fill’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘fill’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
25 [fill]=”barChartOptions.fill” [stroke]=”barChartOptions.stroke” [tooltip]=”barChartOptions.tooltip” ~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:25:47 – error NG8002: Can’t bind to ‘stroke’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘stroke’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
25 [fill]=”barChartOptions.fill” [stroke]=”barChartOptions.stroke” [tooltip]=”barChartOptions.tooltip” ~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:25:81 – error NG8002: Can’t bind to ‘tooltip’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘tooltip’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
25 [fill]=”barChartOptions.fill” [stroke]=”barChartOptions.stroke” [tooltip]=”barChartOptions.tooltip” ~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:26:17 – error NG8002: Can’t bind to ‘xaxis’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘xaxis’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
26 [xaxis]=”barChartOptions.xaxis”> ~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:39:26 – error NG8002: Can’t bind to ‘series’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘series’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
39 <apx-chart [series]=”barChart2Options.series” [chart]=”barChart2Options.chart” ~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:39:61 – error NG8002: Can’t bind to ‘chart’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘chart’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
39 <apx-chart [series]=”barChart2Options.series” [chart]=”barChart2Options.chart” ~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:40:17 – error NG8002: Can’t bind to ‘dataLabels’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘dataLabels’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
40 [dataLabels]=”barChart2Options.dataLabels” [plotOptions]=”barChart2Options.plotOptions” ~~~~~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:40:60 – error NG8002: Can’t bind to ‘plotOptions’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘plotOptions’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
40 [dataLabels]=”barChart2Options.dataLabels” [plotOptions]=”barChart2Options.plotOptions” ~~~~~~~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:41:17 – error NG8002: Can’t bind to ‘grid’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘grid’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
41 [grid]=”barChart2Options.grid” [yaxis]=”barChart2Options.yaxis” [xaxis]=”barChart2Options.xaxis” ~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Error: src/app/charts/apexchart/apexchart.component.html:41:48 – error NG8002: Can’t bind to ‘yaxis’ since it isn’t a known property of ‘apx-chart’. 1. If ‘apx-chart’ is an Angular component and it has ‘yaxis’ input, then verify that it is part of this module. 2. If ‘apx-chart’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component.
41 [grid]=”barChart2Options.grid” [yaxis]=”barChart2Options.yaxis” [xaxis]=”barChart2Options.xaxis” ~~~~~~~~~~~~~~~~
src/app/charts/apexchart/apexchart.component.ts:33:16
33 templateUrl: './apexchart.component.html',
~~~~~~~~~~~~~~
Error occurs in the template of component ApexchartComponent.
Hi, Can you please send me error screenshot on redstartheme@gmail.com with more details?
Thank you
hi, i noticed that, the ng-dropdown (dropdown menu) is using a z-index bigger than the navbar, so the ng-dropdown is over the navbar i tried to increase the z-index of the navbar but that has a big impact on other thing like modal, modal overlay and so on do you have a solution for that ? thanks
Hi, Yes, the dropdown has a higher z-index than the nav bar, can you tell me what type of your requirement, so I can find a solution for that? You can email us on redstartheme@gmail.com Thank you.
hi, thanks for your answer, i’ll send you an email with the necessary description
HTTP_INTERCEPTORS does not work angular 17
I checked and it is working fine.
Thank you
hi,
i purchased your theme (Oreva – Angular 17) few weeks ago and i’m currently busy to integrate it
i’m using one of the theme (red) but i have a problem about the secondary color (indigo)
i would like to change the secondary color and apply it on all theme but i still didn’t find it from where i can change that
can you guide me for that ?
thanks
Hi, you can change _variable.scss in assets/scss directory.
Thank you
Does the theme include Stepper as well?
I am sorry, no stepper is included, but we try to add stepper in our upcoming updates.
Thank you
That will really be helpful, as it is a recurring Use Case, thanks for that, we look forward to the next update!
Any plan for releasing Stepper widget soon?
Hi, I tried to find libraries for stepper in angular, but I can not find any which provide support and give regular update, so I can not add any libraries which is not updated, It will create issue in the future, So I am sorry currently I am not adding stepper in template, I suggest you a library, you can easily integrate it in template. Here are links: https://github.com/Johann-S/bs-stepper https://stackblitz.com/edit/bs-stepper-angular?file=src%2Fapp%2Fapp.component.ts
Thank you
The Angular template does not compile, the error in compilation is:
Error: node_modules/preact/src/jsx.d.ts:1078:3 – error TS2552: Cannot find name ‘PictureInPictureEvent’. Did you mean ‘PictureInPictureEventHandler’?
1078 PictureInPictureEvent
All node modules are installed. Please provide a fix ASAP. Thanks.
Hi, just need to update @fullcalendar library to solve this issue.
Please update all @fullcalendar dependency version 6.0.0-beta.2 to 6.1.8 in package.json file
”@fullcalendar/angular”: “6.1.8”, ”@fullcalendar/core”: “6.1.8”, ”@fullcalendar/daygrid”: “6.1.8”, ”@fullcalendar/interaction”: “6.1.8”, ”@fullcalendar/list”: “6.1.8”, ”@fullcalendar/timegrid”: “6.1.8”,
after that delete node_module directory and install all dependency using npm install command
Thank you
Thanks for quick reply, that solved error stated above, highly appreciated.
Now new errors are showing up in compilation, can you please advise ASAP, how can we get through these issues?
Here are error details:
Generating browser application bundles (phase: setup)...Warning: Entry point '@ckeditor/ckeditor5-angular' contains deep imports into 'D:/oreva/source/main/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
Processing legacy "View Engine" libraries:
- ngx-perfect-scrollbar [es2015/esm2015] (https://github.com/zefoy/ngx-perfect-scrollbar.git)
Error: Error on worker #1: TypeError: Cannot set property getExpandoInitializer of #<Object> which has only a getter
./src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Emit attempted before Angular Webpack plugin initialization.
./src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Emit attempted before Angular Webpack plugin initialization.
Error: Failed to initialize Angular compilation - NGCC failed.
Hi, We just update our template with angular 16 support, please download a fresh copy from your themeforest account and check agian, let me know if you still face any issue.
Thank you
Thanks for prompt response, excellent customer support ! The problem is solved.
You are welcome 
Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Expected whitespace.
Getting this error while running the project with command ng serve
I have also downloaded the required node modules.
Please suggest some solution for it
Thanks!
Hi, We just update our template, please download again from your themeforest account, it will work fine.
If you still have any issue, feel free to contact us on redstartheme@gmail.com Thank you
Hello, I really like your template but have an issue with demo version on the mobile. Once I open sidebar and try to slide it up and down, it closes immediately. I have to do it very slowly to not close the sidebar just after I touch the screen. Why it’s happening? I wanna be sure that it will work if I’ll purchase the template
Hi, We checked from our side, it is working fine in mobile device too. Share your email address we can share video recorded with you on mobile device.
Thank you
When I execute “npm install”, system show error message indicating that package.json version isn’t compatible. The Error message show that could not resolve dependency @angular/common 6, 7 or 8 from @adm/core@1.1.0 work whit from the root project, because the project declared @angular/common@13.1.3. Can you send me an email where I attach an error message images?
Regards, Carlos Vila
Hi, run command “npm istall—force”, it will work fine.
If you still have any confusions, feel free to email us on redstartheme@gmail.com
Thank you
Hello there, any plans to update bootstrap to new version ?
Hi, Template has the latest bootstrap version 5, If you want to update your current project bootstrap version, please run the following command:
npm i @ng-bootstrap/ng-bootstrap npm i bootstrap
please take backup of your project before update bootstrap versions:
Feel free to contact me if you face any issue.
Thank you
Helllo , can you tell me how to update the template to angular 12 ? thanks
HI, You have to do it manually,
First, you have to update your global angular CLI version using the command
npm uninstall -g @angular/cli npm install -g @angular/cli@latest
after that you have to update your local angular version(template angular version) using the command, here is a link for update angular version:
https://update.angular.io/Thank you
Hi I just bought this template that runs fine locally. However when deployed to an azure web service, the site fails to display nav bar text and all menu items are blank. It seems the menu text is not bound to the navbar as the text is blank when I debug using F12. Unable to use this template. please let me know if you can resolve this issue? ~ Rob
Hi,
If you can run template locally without any issue, It must be run without any issue in server also, Please check again and also try with another angular project and check is it working fine or not ?
Thank you
yes I checked other sites that are running just fine. Also tested on another browser but it happens only on azure app services.
Hi, Oreva is a simple template like another, and all template code like menu item and other components are static, so please check your configuration with azure web service.
Thank you
Dear,
Refering to af0acb8f-304c-4f5c-b911-9f3d530e08a7 – 16 Feb 2021
I have upload Oreva to http://oreva.ecoleave.asia/oreva/document/index.html
I have installed NodeJS using Putty. How can I proceed to install using cPanel:-
http://oreva.ecoleave.asia/oreva/document/install.htmlThank You.
Best Regards.
Goh KH
Hi,
As per my knowledge you can not compile angular application in cpanel, you have to generate build in your local machine and after that you have to upload it in your cpanel.
Thank you
Hi,
Could you please send me a set of html, css. I need only these files instead of files generated by Angular.
Hi,
Oreva is only angular template so HTML or bootstrap version is not available.
Thank you
Hi, I’ve bought this theme especially for the map module, I can’t find it there.. can you help me ?
Hi, you can find map module in app/maps/google in download package.
Thank you for reply, I was in the wrong folder.. 
Most welcome, If you like our template and support please rate our template with positive review. Thank you
Hi , I would like to add my own css to a compenent in the app, but I can’t define it in sass file . can you give me a suggestion ?
.breadcrumb
.page-title
border-right: 1px solid #ee1616
padding-right: 10px
font-size: 23px
color: #0ceb95
I suggest you do not write style code in the component file, make a separate .scss file and import it, because whenever you want to update the template your code may be overridden.
Thank you
Thank you for your reply , I will use your suggestion and get back to you afterwards.