226 comments found.
Can you provide summernote for angular 5?
We will add it to the template once we found a stable angular summernote dependency.
Oops! Wrong Theme, nothing to see here!
Hello, When can I expect angular 6 support. I tried to update your code from 5 to 6 but got many incompatible packages.
Your help would be appreciated. I need it in few days. I tried to solve this incompatibility issue but it is not working.
Package "karma-jasmine-html-reporter" has a missing peer dependency of "jasmine" @ ">=3".
Package "ng2-sticky-kit" has an incompatible peer dependency to "@angular/core" (requires ">=4.0.0 <6.0.0 || >=4.0.0-beta <6.0.0", would install "6.0.3")
Package "ng-selectize" has an incompatible peer dependency to "rxjs" (requires "5.4.2", would install "6.2.0").
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.7.2 <2.8", would install "2.8.3").
Package "nvd3" has an incompatible peer dependency to "d3" (requires "3.4.4", would install "5.4.0").
Package "ng2-toasty" has an incompatible peer dependency to "@angular/core" (requires ">=5.0.0-rc.0 <6.0.0||>=2.4.7 <3.0.0||>=4.0.0 <5.0.0", would install "6.0.3").
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.7.2 <2.8", would install "2.8.3")
Thanks
Hi, we are implementing Angular 6 to the theme, this update estimated will release on end of June.
Hello, I’m editing data table and changing accent color (purple with blue). I’ve managed to change all except triangles (sort buttons). Can you please give me some advice on how to do that? Thank you, Martina
table.dataTable thead .sorting_asc {
background-image: url(yourImagePath.png);
}
table.dataTable thead .sorting_desc {
background-image: url(yourImagePath.png);
}
ng build works but ng build -prod fails npm install has been done before node 10.1.0
$ ng build—prod Your global Angular CLI version (6.0.3) is greater than your local version (1.5.3). The local Angular CLI version is used.
To disable this warning use “ng config -g cli.warnings.versionMismatch false”. (node:6172) ExperimentalWarning: The fs.promises API is experimental 10% building modules 8/14 modules 6 active …ectize\dist\css\selectize.default.cssNode#moveTo was deprecated. Use Date: 2018-05-19T18:30:30.745Z Hash: 59aa495a55e6f4e4bb75 Time: 29282ms chunk {0} styles.efe4f357650b3315ea3f.bundle.css (styles) 589 kB initial chunk {1} polyfills.3bc34265385d52184eab.bundle.js (polyfills) 86 bytes initial chunk {2} main.e402deade8b026b7d50e.bundle.js (main) 84 bytes initial chunk {3} inline.4b12e9becd33cce6823b.bundle.js (inline) 1.45 kB entry
ERROR in : Unexpected value ‘NgxMasonryModule in C:/Dropbox/Projects/Beep/Web/Demo/node_modules/ngx-masonry/ngx-masonry.js’ imported by the module ‘ExtrasModule in C:/Dropbox/Projects/Beep/Web/Demo/src/app/extras/extras.modules.ts’. Please add a @NgModule annotation.
Hi, try to add this to your tsconfig.json (after compilerOptions)
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"skipMetadataEmit": false,
"strictMetadataEmit": true,
"annotationsAs": "decorators"
}
Thx, but issue is the same.
Can you send us your tsconfig? We will help you to take a look since we tried at our side, it worked.
Done
Could you tell me please, what you are plan release in next update and when? Look at this service: dapulse.com. It will be good if you can make table list and Gantt like on dapulse.
Thanks for your advice, but our version update time was usually inconstant, due to some man resource issues.
Hi,
we could not find components documentation, what inputs do they receive, how to integrate them. Please tell me where to find the docs for Angular5.
Can you send me documentation for components with I can use on Angular5? Now I need open code and read it them. it is not useful.
Very sorry that we can’t provide it immediately since we need some time to rewrite the angular documentation part. We are willing to make you a refund if you are not satisfied with the product.
Thank you for feedback. I liked it product, but need to use documentation. When you plan add it?
We will try our best to make it within this 2 week.
Thanks
So, when you will update wiki? You told me that make it more than 2 weeks ago
Hi, we have added angular 5 components usage to the documentation, please check the latest version.
Hi
I purchased the Espire template. I can install (npm install) and serve (ng serve) the starter template. But I am not able to serve the demo template.
After NPM install and ng serve I get the following error message: https://prnt.sc/jjfx5hHi,
Open your package.json file, remove the ^ symbol from these dependencies like this"ap-angular2-fullcalendar": "1.3.6", "ng2-nouislider": "1.7.6",
We will make a update for this issue soon.
perfect, thanks a lot – everything works fine now!
We could not find components documentation, what inputs do they receive, how to integrate them. Please tell me where to find the docs for Angular5.
Apologize that we didn’t mention much about angular 5 beside installation, we will try to make improvement on this part. You are welcomed to ask us any part that you do not understand via mail.
Pls tell me your email address
You can send us via our profile page.
Thanks
Any news when Angular 6 version will be ready ? Thx.
Probably will be next month.
Hi, may i know where can i remove the loading bar?
Hi, you can just remove pace.js from your pages.
Hi,
When will you upgrade the Angular version to the current stable and LTS one, the 6.0.
There are some functions and modules variation from 5 to 6, even we have done most works on our side, we consider your other clients may require your assistance.
Thanks for your advice, we will assign this to our updates queue.
Sorry to bother you, but: on angular version after npm&bower install grunt live launches browser into localhost:9072 with color-prefilled page, although without anything displayed.
I didn’t even touch index.html\app.js yet, and chrome console declares: Uncaught ReferenceError: angular is not defined at app.js:2 at app.js:9
is it normal behaviour?
Also in your installation section in documentation – strongly recommend to note to win users about
npm install—global—production windows-build-tools before installing npm\bower to project folder – npm doesn’t resolve python dependecies errors on-the-fly.
Hi, please make sure all dependencies in bower component is installed properly.
We will remove bower in next update.
Cmd: npm install -g bower ... + bower@1.8.4 updated 1 package in 23.836s
D:\work_space\ang_ver\starter>grunt live Running “clean:server” (clean) task >> 0 paths cleaned.
Running “copy:styles” (copy) task
Running “sass:dist” (sass) task
Running “connect:livereload” (connect) task Started connect web server on http://localhost:9072
Running “watch” task Waiting… (end of cmd) Chrome: ...(multiple similar errors with different js’s) GET http://localhost:9072/bower_components/angular-animate/angular-animate.js 404 (Not Found) (index):52
app.js:2 Uncaught ReferenceError: angular is not defined at app.js:2 at app.js:9 (anonymous) @ app.js:2 (anonymous) @ app.js:9 app.ctrl.js:4 Uncaught ReferenceError: angular is not defined at app.ctrl.js:4 at app.ctrl.js:33 (anonymous) @ app.ctrl.js:4 (anonymous) @ app.ctrl.js:33 router.config.js:1 Uncaught ReferenceError: angular is not defined at router.config.js:1
k, so, part of the problem – bower_components doesn’t generate. As you could see – no warnings in or after bower update. Please look into it. Thank you in advance)
sorry, it is not clear – i did local bower install, but it ends with: bower EMALFORMED Failed to read …\bower\ca4c50b905dc21ea17a10549a6f5944f-10388-INyhxI\bower.json
Additional error details: Unexpected token @ in JSON at position 0
Hi, try to remove bootstrap and install it manually.
Hello. Excuse me, could we continue via email? It probably would be easier. So, tried manually installing bootstrap via npm or bower – same picture. Could you please be a bit more specific? Thank you.
cmd:
>npm install bootstrap@3 npm WARN espire@1.0.0 No repository field. npm WARN espire@1.0.0 No license field. npm WARN The package grunt is included as both a dev and production dependency.
+ bootstrap@3.3.7 updated 1 package in 12.674s
—same errors in js console
>bower install bootsrap .... bower cached https://github.com/kenwheeler/slick.git#1.6.0 bower validate 1.6.0 against https://github.com/kenwheeler/slick.git#~1.6.0
bower resolved https://github.com/twbs/bootstrap.git#4.1.1 bower EMALFORMED Failed to read …\bower\ca4c50b905dc21ea17a10549a6f5944f-3284-EYB57z\bower.json
Additional error details: Unexpected token @ in JSON at position 0
Sure, please send us your bower.js via email, we will try to help you figure out.
vendor.bundle.js syntax error on IE10
using ’...\Espire – Bootstrap 4 Admin Template\angular-5\starter’
Safari, Chrome is OK. But IE10 does not supported..
plzz help..me..
Replied you at email, please check.
I want to apply for IE10 browser. But your templates does not supports. So I try to modify file on polyfils.ts and so on… But I can’t work. Can I sample file like ‘demo’ for IE10? plz…help me
Replied you at email, please check.
Hi,
Thanks for a simple template. I m using Angular version of your template. I had an issue while running grunt server. App is not opening with an error like
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider: a in vendor.js file.
I would like to know how can we build minified version of code and make it ready for deployment in production.
Hi, you can run grunt build for production version.
Yes I tried the same and copied dist folder files to htdocs of my server, and while opening the app in browser, is throwing same error.
vendor.af122c39.js:4 Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider: a
May I know what was missing.? I did it on latest downloaded version of your template
The build task is working here, guess it was some injecting error from your angular module, you try to check on your service/controller injection.
Nice Theme, is there any plans to add js framework version, such like vue or react?
Regars, Dorris
We will consider this idea, but will not implement on recents update.
Hi,
For Angualr5 version, the “date range picker” and “summernote” are not added to the demo source code.
How can we implement these two from pure HTML version into Angular5?
Hi, due to some compatible issue, we have removed these angular 5 dependencies, but there is several angular 5 version “date range picker” & “summernote” exists on github & npm. You can pick these dependencies by your own choice, which fit on your project.
Can you add more sample pages like trello board and todo list?
Hi, we will add this to our update list.
Can you give me PSD files of template pages? It help us to planning pages. Thanks
Hi, Apologize that we don’t have any PSD for this template.