46 comments found.
Hi there,
I found some small bugs in the dark mode theme, which i have fixed, if you would like to take them to include in future released.
- breadcrumbs the separator is not visible in dark mode
- material tables sort header arrow is not visible in dark mode.
fixed dark mode: ``` css
.dark {
.breadcrumb-item + .breadcrumb-item {
&:before {
color: #96a2b4;
}
}
.mat-sort-header-arrow {
color: #96a2b4;
}
}
```
Thank you so much for your contribution! We really appreciate you taking the time to fix the dark mode issues with the breadcrumb separator and the sort header arrow in material tables. These kinds of improvements make a big difference in the user experience.
We’ll definitely review and consider including these changes in the upcoming release. Thanks again for your help and attention to detail!
Checkmarx(Source Code Analysis) find hight class [Client DOM XSS]
removeClass(),addClass() The untrusted data is embedded into the generated output without proper sanitization or encoding, allowing attackers to inject malicious code into the generated webpage. How can I fix this problem?
src\app\layout\sidebar\sidebar.component.ts callToggleMenu(event: Event, length: number) { if (length > 0) { const parentElement = (event.target as HTMLInputElement).closest(‘li’); const activeClass = parentElement?.classList.contains(‘active’);
if (activeClass) {
this.renderer.removeClass(parentElement, 'active');
} else {
this.renderer.addClass(parentElement, 'active');
}
}
}
Hi, can you please email us on redstartheme@gmail.com with more details?
Thank you
Hi, I want to customize them and I need your support for this. How may I reach out to you? We can do upgrade discussion over call or Zoom meetings.
Hi, I want to know how i can change the name of chaprter “Axen” by the name of my projects.
Let me now please
Thanks
Hi, You simply just find and replace in template root directory,
Thank you
Hi,
Iam having some weird issue with my navbar css . Can you help me fix it ?
Hi, Please send email us on redstartheme@gmail.com with details, I will try my best to help you.
Thank you
Hi. Version 5.0.0, on ng serve command
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can’t find stylesheet to import. ╷ 9 │ @import ‘@swimlane/ngx-datatable/themes/material.scss’; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/assets/scss/plugins/_tables.scss 9:9 @import src/assets/scss/style.scss 81:9 root stylesheet
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can’t find stylesheet to import. ╷ 9 │ @import ‘@swimlane/ngx-datatable/themes/material.scss’; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/assets/scss/plugins/_tables.scss 9:9 @import src/assets/scss/style.scss 81:9 root stylesheet
node: 18.7.0 npm 8.18.0 ng: 14.2.9
Hi, Please download the latest version from themeforest, we resolve this issue and update template just now.
Thank you
HI~ “version”: “4.0.0”, run gn serve ,it is Error
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Expected whitespace. ╷ 377 │ @media screen and(max-width: 1169px) { │ ^ ╵ src\assets\scss\common\_general.scss 377:18 @import src\assets\scss\style.scss 25:9 root stylesheet
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Expected whitespace. ╷ 377 │ @media screen and(max-width: 1169px) { │ ^ ╵ src\assets\scss\common\_general.scss 377:18 @import src\assets\scss\style.scss 25:9 root stylesheet
× Failed to compile.
Hi, Please download template again from your themeforest account, it will work fine, we update template with resolution.
Thank you
Hi.
I just purchased your theme AXEN, Beautiful theme. I am just having one trouble during installation, Can you please guide me?
—-Error-—
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Expected whitespace.
╷
377 │ @media screen and(max-width: 1169px) {
│ ^
╵
src\assets\scss\common\_general.scss 377:18 @import
src\assets\scss\style.scss 25:9 root stylesheet
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Expected whitespace. ╷ 377 │ @media screen and(max-width: 1169px) { │ ^ ╵ src\assets\scss\common\_general.scss 377:18 @import src\assets\scss\style.scss 25:9 root stylesheet
--But this file is empty
Send solution on email.
Thank you
Hi Sir, I just purchased your theme AXEN, Beautiful theme. I am just having one trouble, in my URLs # is appended automatically, like
http://localhost:4200/#/dashboard/main Can you please help me get rid of this?Regards Usman Khalid
Hi Sir, I just purchased your theme AXEN, Beautiful theme. I am just having one trouble, in my URLs # is appended automatically, like
http://localhost:4200/#/dashboard/mainCan you please help me get rid of this?
Regards Usman Khalid
Hi,
delete { provide: LocationStrategy, useClass: HashLocationStrategy }, this line from app.module.ts file
Thank you
Thanks
I need the Axen theme to use in Figma to create my mock-ups. Is that available. Does anyone have tips
Hi, Axen template have angular code, I guess it will not work with Figma.
Thank you
Hello I noticed that I can’t integrate a button menu in the form of a lite in the project. especially it is not possible to add it in a table.
How can you help me on this?
for example: https://getbootstrap.com/docs/4.0/components/dropdowns/ <button class=”btn btn-secondary dropdown-toggle” type=”button” id=”dropdownMenuButton” data-toggle=”dropdown” aria-haspopup=”true” aria-expanded=”false”> Dropdown button </button> Action Another action Something else hereHi, Please use angular material dropdown https://material.angular.io/components/menu/overview
It will work fine. Feel free to contact us on redstartheme@gmail.com if you have any queries.
Thank you
Under Table> ngx-datatable mat-select is not working in gender while adding new user in modal form
Hi, please add following class in _modals.scss file
.cdk-overlay-container {
z-index: 1056 !important;
}
If you still face issue please contact us on redstartheme@gmail.com
Thank you
I cannot run npm install without errors. it seems your package.json files are corrupt. I attempted on multiple machines with fresh installs of angular and node/npm —force does not work
nvm, I used—legacy-peer-deps
Hi, use command “npm install—force” for install dependency. It will work fine.
If you still face any issue, email us on redstartheme@gmail.com.
Thank you
Hi, Update template from your themeforest account, issue is resolved.
Thank you
If I can use your template I dont know why I need it
Voici mon probleme:
$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: axen@4.0.0
npm ERR! Found: @angular/common@13.2.3
npm ERR! node_modules/@angular/common
npm ERR! angular/common“13.1.1” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer angular/common“6.0.0 || 7.0.0 || ^8.0.0” from @agm/core@1.1.0
npm ERR! node_modules/@agm/core
npm ERR! agm/core“1.1.0” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with—force, or—legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\IHSI-PC\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\IHSI-PC\AppData\Local\npm-cache\logs\2022-02-21T20_07_30 _918Z-debug-0.log
Hi,
run npm install command with—force
for e.g. “npm install—force” It will be working fine.
Thank you
And now I can Buid [ ng serve ] for first it create a folder name ”.angular” size more than 800MB in my project and after that I cant build in prod
$ ng build—prod
Option “-prod” is deprecated: Use “-configuration production” instead.
✔ Browser application bundle generation complete.
An unhandled exception occurred: Transform failed with 1 error:
error: Invalid version: “15.2-15.3”....
When I loockage the log generate
error] HookWebpackError: Transform failed with 1 error:
error: Invalid version: “15.2-15.3”
at makeWebpackError (C:\Angular-Project\node_modules\webpack\lib\HookWebpackError.js:48:9)
at C:\Angular-Project\node_modules\webpack\lib\Compilation.js:3055:12
at eval (eval at create (C:\_Travaux\JFD\Angular-Project\Brain-Dev-GStock-Angular\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:98:1)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
- inner error -
Error: Transform failed with 1 error:
error: Invalid version: “15.2-15.3”
at failureErrorWithLog (C:\Angular-Project\node_modules\@angular-devkit\build-angular\node_modules\esbuild\lib\main.js:1557:15)
at C:\Angular-Project\node_modules\@angular-devkit\build-angular\node_modules\esbuild\lib\main.js:1346:29
at C:\Angular-Project\node_modules\@angular-devkit\build-angular\node_modules\esbuild\lib\main.js:637:9
at handleIncomingPacket (C:\Angular-Project\node_modules\@angular-devkit\build-angular\node_modules\esbuild\lib\main.js:734:9)
at Socket.readFromStdout (C:\Angular-Project\node_modules\@angular-devkit\build-angular\node_modules\esbuild\lib\main.js:604:7)
at Socket.emit (events.js:315:20)
at addChunk (internal/streams/readable.js:309:12)
at readableAddChunk (internal/streams/readable.js:284:9)
at Socket.Readable.push (internal/streams/readable.js:223:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
Solution sent on email. Please check your email.
Thank you.
Thank you, it work now…
I cant use the template can you help me please my angular is: 13.2.4
Angular CLI: 13.2.4 Node: 14.16.0 Package Manager: npm 8.5.1 OS: win32×64
Angular: undefined ...
Package Version
@angular-devkit/architect 0.1302.4 (cli-only) @angular-devkit/core 13.2.4 (cli-only) @angular-devkit/schematics 13.2.4 (cli-only) @schematics/angular 13.2.4 (cli-only)
Hi, Let me know if error is not resolve after run “npm install—force”
Hi, I like the look at your template. In the past, trying to use a template proved very difficult when porting ones app over to the template because of the route structures may be different , removing unused features etc. My question is, if I purchase the template, can I start from just the bear bones. i.e., just the css / scss? thanks.
Hi, Thank you for everything. Yes, you will get starter template with download package, you can start your project with minimum ready to use modules. If you steel need any help, feel free to contact us.
Thank you
Hi ,
I need landing page . Can you help me
Hi, I am sorry, no hanging page is available. Thank you