Discussion on Espire - Bootstrap 5 Admin Template + Angular 14

Discussion on Espire - Bootstrap 5 Admin Template + Angular 14

Cart 1,204 sales
Well Documented

Theme_Nate supports this item

Supported

This author's response time can be up to 2 business days.

226 comments found.

Any plans for implementing tooltips?

Hi, we will put this in our enhancement list.

[Angular5 version]

Although the “ng serve” has been successfully executed without any errors, the page looks like this

https://imgur.com/a/4z5o2Sk

No matter how many time clean re-install the node/npm and delete/re-create the project folder, the problem is still there

Hi, this probably missing of css, try to check the css path at your angular-cli.json.

Hi,

Do you have plan to release the theme in VueJS version?

Or do you offer the customization for this request?

Sadly, we did not provide any customization services, but we will consider to make a VueJS or ReactJS version for this theme.

Hi,

I meant a long term cooperation on designing our frontend. This can be a paid service. In addition, we consider to upgrade the license to commercial one with the project changes.

Thanks for your appreciated & offer, but we are not able to effort any outsource services in the current situation, due to lack of resources. But we can still provide advice on the theme customizing.

Hi

Your HTML version is broken, since Bootstrap-4.0.0-beta2 doesn’t support bower anymore. In my opinion, bower is legacy anyway. Maybe you could switch to yarn using “bower-away”? Also, can you give a rough estimation when the angular5 version will be updated to fix the issues reported by the users? Thank you.

Hi, we will move all bower dependencies to npm, update will within this or next month.

please can you tell me how to install the template so I can customize it.

Hi, if you are using angular version, you can refer to the documentation, else html version is not required any installation.

Hey, thank your for your work I really appreciate it, I have some problems with fontawsome I guess there is something missing in the configuration because I tried to add an icon for example and I got a rectangle (icon not found), thanks have a good day

Hi, may i know what is the class name?

how can i hide the sidebar for certain pages?

Hi, you can add .is-collapsed class beside .app class

@thadam for you ng build—aot -prod is running? for me it is failing always. getting following error.

ERROR in ./node_modules/angular2-wizard/index.ts Module build failed: Error: C:\Vijay\SevenRE\MOD\mod-admin\node_modules\angular2-wizard\index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the ‘files’ or ‘include’ property.

Anyone faced this issue ?

@thadam for you ng build—aot -prod is running? for me it is failing always. getting following error.

ERROR in ./node_modules/angular2-wizard/index.ts Module build failed: Error: C:\Vijay\SevenRE\MOD\mod-admin\node_modules\angular2-wizard\index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the ‘files’ or ‘include’ property.

Anyone faced this issue ?

Hi, it is some compatible issue with angular 5 for this dependency, the issue is pending to solve.

Hi, I have a question about angular 5 version and scss styles. I see in demo project in file angular-cli.json that styleExt is set to css: “styleExt”: “css”. However the project is using scss files. Is this ok or I should change it to scss? Is angular 5 compiling scss on the fly? I did “ng build” and in the /dist folder I’m still getting scss files so when scss are compiled to css? Of course the demo app works fine but I want to reuse your scss/css and not sure if it is better for me to compile it and use css or reuse scss (but here it is not clear how angular 5 is handling scss). Thanks for the info!

Hi, Thanks for your inform, it should be scss, we will fix this in next update

Hello,

I am getting following error while making prod build

ERROR in Error during template compile of ‘NgxMasonryModule’ Function calls are not supported in decorators in ‘NgModule’ ‘NgModule’ calls a function at ..\@angular\core\core.ts(194,50).

This is my package info: “ngx-masonry”: “1.0.7”, “node”: “9.8.0”, “npm”: “5.6.0” ”@angular/cli”: “1.7.3”, ”@angular/compiler-cli”: “5.2.9”,

I tried all the ways.. removing node modules, cache clear etc everytime i am getting that error

Please do needfull

Hi, guess the issue comes from ngx-masonry dependency, even there is some unsolved issue in the latest version. We suggest removing the dependency injection when you want to use—prod.

Hi

Thank you for your prompt answers. The template is very nice. Do you have a chance to look at “Forms -> Form Elements” on your Preview Angular 5 Webapp? I think the Inline Date Picker and the Date Picker from the Textfield is broken (Visual bugs). I have made this observation with Chrome Version 65.0.3325.181 (Should be the latest version) in the Angular 5 preview. Can you confirm the bug?

Thank you.

Thanks for your feedback, we will solve this issue soon.

Hi

I consider buying Espire template (Using the Angular 5 version). Before I do that, I would like to know the project dependencies (especially tooling). Could you send me a short excerpt from the package.json file? I’m interested what packages you use.

Thanks

Hi, please provide us your email address.

Hi Purchased this template and try to run angular 5 demo and starter kit but getting error while npm install …

Kindly let me know solution

npm ERR! Windows_NT 10.0.16299 npm ERR! argv “C:\\Program Files (x86)\\nodejs\\node.exe” “C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js” “install” npm ERR! node v6.11.1 npm ERR! npm v3.10.10 npm ERR! file H:\Projects\Test\espire\starter\package.json npm ERR! code EJSONPARSE

npm ERR! Failed to parse json npm ERR! Unexpected token ’\u0000’ at 1:1 npm ERR! npm ERR! ^ npm ERR! File: H:\Projects\Test\espire\starter\package.json npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript. npm ERR! npm ERR! This is not a bug in npm. npm ERR! Tell the package author to fix their package.json file. JSON.parse

npm ERR! Please include the following file with any support request: npm ERR! H:\Projects\Test\espire\starter\npm-debug.log

Hi, please try the following step: 1. Delete node_modules folder 2. run npm cache clean 3. npm install again

Please check also syntax error if you have made changes on package.json before.

Is template support Lazzy Loading, AOT ?

Yes, it is using lazy to load component.

Hi Is this template support Flex Layout and if which one Bootstrap or Angular Flex Layout ?

We are using Bootstrap 4.

Before buying I have two questions:

1. The calendar you are using is it the angular version( angular-calendar) or the jquery library transformed into a component by you? 2. Is there a starter project without all components ?

Thanks, Vlad

Hi, this is the calendar dependency we using. The template comes with both starter pack and demo pack, Starter pack has default injected basic layout like sidebar, header, footer and content wrapper.

I use angular 5, copied the starter folder, inside npm install, ng serve. getting error: ng:///AppModule/CommonLayoutComponent.ngfactory.js:15 ERROR ReferenceError: $ is not defined . How to fix? Thanks

Hi, this issue is probably caused by missing jquery, please check the node_modules folder is it successfully installed.

node_modules folder is installed and jquery folder with js exists. It actually gets all files. I get some warnings. Using Macintosh Angular CLI: 1.7.3 Node: 8.9.1 OS: darwin x64

npm WARN @angular-devkit/schematics@0.0.52 requires a peer of @angular-devkit/core@0.0.29 but none is installed. You must install peer dependencies yourself. npm WARN @schematics/angular@0.1.17 requires a peer of @angular-devkit/core@0.0.29 but none is installed. You must install peer dependencies yourself. npm WARN ajv-keywords@3.1.0 requires a peer of ajv@6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN codelyzer@3.2.2 requires a peer of angular/compiler2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself. npm WARN codelyzer@3.2.2 requires a peer of angular/core2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-scroll-to@1.0.7 requires a peer of angular/core2.4.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-scroll-to@1.0.7 requires a peer of angular/common2.4.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-scroll-to@1.0.7 requires a peer of angular/compiler2.4.5 but none is installed. You must install peer dependencies yourself. npm WARN ng2-scroll-to@1.0.7 requires a peer of angular/platform-browser2.4.5 but none is installed. You must install peer dependencies yourself. npm WARN ng2-scroll-to@1.0.7 requires a peer of angular/router3.2.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-scroll-to@1.0.7 requires a peer of zone.js@0.7.2 but none is installed. You must install peer dependencies yourself. npm WARN ng2-sticky-kit@5.0.0 requires a peer of angular/core>=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-toasty@4.0.3 requires a peer of angular/core2.4.7 || ^4.0.0 but none is installed. You must install peer dependencies yourself.

You can choose to ignore those warning and run your ng command, If you want to clear those npm warn, you can try to install npm-install-peers package and run the command.

We wish to purchase the Extended License. The heading mentions its Angular 5 but we are currently using Angular JS 1.x, will this work for us?

Hi, this template included both angular 5 & 1 version.

Light theme is clean. Just curious to know any built in support for dark theme.

Hi, we have temporary no plan to create dark theme for this template

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey