183 comments found.
While npm install get this error
npm WARN deprecated angularfire2@5.1.1: AngularFire has moved, we’re now @angular/fire npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor. npm ERR! Unexpected end of JSON input while parsing near ’...wAvsP8Qq4MqQTO2ef6dVq’
Please ignore this, I am not getting this any more
okay
Hi, does the theme includes PSD and bootstrap files also?
No, We don’t have psd files for it. Thanks!
Hi, When app is RTL by default, the side menu sometimes disappear on scroll down
Hi,
Thanks for using our product. Make sure you are using the latest files because we updated the gene with many features and fixed some issues too. Please download the latest files from themeforest and then check it once.
If you are using latest files then send us screenshot and your system configuration at support@theironnetwork.org
Thanks
Hi, i have downloaded your theme when it was developed on angular 4. Now I’m trying to upgrade it to angular 7. Therefore, i downloaded your new angular 7 project and trying to make the changes on my own. I encountered the following problem. It doesn’t recognize my ‘manually installed font-icons’. Is there a problem on the project or it is an issue of angular 7? I would be very grateful if you could inform me whether it needs special handling or not.
Hi,
Please confirm the font library that you have installed manually.
Thanks!
In your angular 7 project, my custom font library is shown correctly. It is installed the exact same way as the font-library ‘data-table’ you already have in your project. What i am asking is whether upgrading from angular 4 to 7 needs special handling in manually installed font-libraries. I upgraded my project from 4 to 7 i copied all your style to my project and the icons don’t show. Do i need any special package to install?
Hi,
The manually installed fonts will install as installed in previous version. To upgrade gene from 4 to 7 there are major changes will take place. Like md now replaced by mat. One of the main thing is angular-cli.json file is now replaced with angular.json file. Please check your angular.json file and check its linking path of external files. Regarding special packages , you have to only update the packages versions and fixed the issued which will occurred during process by chaging the some of the code according to the module of that version. Make sure you are maintaining the sequence of the external files linking in angular.json file(Like “styles” and “scripts” array sequence). For that you can check angular.json file in latest file.
Let us know if you need anything else.
Thanks
Thank you! I’ll let you know if it doesn’t work.
can u develope theme as per my requirement and also need to set with php code. work is continously
Yes we can, you can email us directly at support@theironnetwork.org with your requirements. Thanks!
cant see this page icon (pre page/ next page / first page/ last page) , only page number
Hi,
Thanks for pointing out this issue we will fix it our next update.
for now you may go to angular.json file and link “node_modules/@swimlane/ngx-datatable/assets/icons.css” file into styles. Styles comes 2 times so add also in 2nd one.
Let us know if you have any other query.
Thanks
Hi, Do you have any instractions for seeding project? for example when I try to add file-uploader there is no any knowladge.
I need a simple documantations for a beginner.
Hi,
Here are some general steps to install any module.
1. Go to the git repository of module and run the given command.
2. Now we have to import it into app.modules.ts file
Go to src > app and open app.module.ts file
and import it and try to use it.
But every module has its own file and folder to install so we recommended to read readme.md file properly and follow the steps.
If you want to install the file uploader, then you have to follow the following steps:
Reference Link:
https://github.com/valor-software/ng2-file-upload1. A recommended way to install ng2-file-upload is through npm package manager using the following command:
npm i ng2-file-upload --save
2. Import FileUploadModule into the module that declares the component using ng2-file-upload: import { FileUploadModule } from ‘ng2-file-upload’;
3. Add it to [imports] under @NgModule: imports: [ ... FileUploadModule, ... ]
4. Import FileUploader into the component: import { FileUploader } from ‘ng2-file-upload’;
5. Create a variable for the API url: const URL = ‘path_to_api’;
6. Initialize it: public uploader:FileUploader = new FileUploader({url: URL});
For further assistance mail us at support@theironnetwork.org
Thanks
Since angular 6 is out now. Can we skip angular 5 and upgrade to angular 6? Do you have at least seed for angular 6? Problems that I reported at least month ago still aren’t resolved. When can we expect fix?
Hi,
We have started on the update, it will take bit of time, will keep you posted with the progress.
Thanks!
Hello, i don’t know if im missing something, i have purchased theme since it was on angular 2 version. I’m trying to download the newer version of angular (5) but you don’t have the full project (with all components). Are you planning to upload another version or i have to do something else?
Yes we are planning to update it. Thanks!
Hi, I have left a comment looking for support almost 2 weeks ago. Can you tell me when I can expect a reply?
Hi,
Can you send us the url of the git repository for the calendar component you want to use. As that will help us give you an exact solution. Thanks!
I just want to use exactly the same calendar component that is included in the gene template ng-4 demo here (http://gene.theironnetwork.org/calendar). I copied it into the ng-5-seed project, and made changes to fix compile errors (change all md- elements to mat- elements because of changes to angular material), but the calendar doesn’t render correctly.
I am also having some small issues with the Inbox feature. When I copied it into the ng-5-seed project, it doesn’t render the popup for ‘Compose New Message’ correctly.
Do you have working version of both the Calendar and Inbox that will work with the ng-5-seed project?
Thanks, Barry
Hi Barry,
We are looking into the issue and will update you in a day or so with an exact solution. Thanks!
Hi, any progress on this? – Thanks.
Hi,
Yes we worked on it, please send us your email and we will send you the files.
Thanks!
Thank you. My email address is: barry@runyondigital.com.
sent you a mail. Thanks!
Hi, Is there a full version of the theme with all the features included for ng-5? I only see an ng-5 seed and the full application for ng-4. The ng-4 full application gives me errors when I run ng serve.
Is there a set of instructions for me to update the ng-4 full version, or will you be posting an ng-5 full version soon?
Thanks, Barry
In particular, I am having difficulty in adding the Calendar component to the ng-5 seed application, as documented. Please help with instructions on how I can do this.
Hi! We can’t get NG serve to run on ng4 (get’s to 95% and then says killed) or ng4-seed (error says mixin may not be defined within control directives or other mixins). ng5-seed works, but when we try and add fullscreen table component, the site never finishes loading. If i open the inspector in my browser, i get the following three errors in the command:
Failed to load resource: the server responded with a status of 404 (Not Found
Refused to execute script from ‘http:///scripts.bundle.js' because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled. vendor.bundle.js:85871
Uncaught Error: Template parse errors: Can’t bind to ‘columnMode’ since it isn’t a known property of ‘ngx-datatable’. 1. If ‘ngx-datatable’ is an Angular component and it has ‘columnMode’ input, then verify that it is part of this module. 2. If ‘ngx-datatable’ 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 th….........
Hello ,
for the ng5-seed, my site isn’t responsive. The ng4-seed is , please what is missing ?
Thanks.
Hi,
We have fixed the issue and update the template on themeforest, please download latest files and let us know if it works for you.
Thanks.
Thanks, I got latest and it works now!
Sounds good.
Hi,
before purchasing the template I have some questions:
1) It’s only html and css, or it includes Angular components? 2) Can it be added to an existing project? 3) Is it aot compliant? 4) And do you use:
"noEmitHelpers": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
for ts settings?
Because our project does’s an we don’t want the console full of errors 
Hear from you soon, Best, Janis.!
Hi, I really like the design but I’m confused about the version of Angular supported in this theme. The title says Angular 5 but everywhere else it says Angular 2 and in update history the last update was mentioned for Angular 4! Could you please confirm if this has been updated to Angular 5 or not?
Hi,
Thanks for showing interest in our template. Gene full package is built with angular 4 and it also provides a seed project in angular 5 which can be used to start a new app with angular 5. Angular 4 full package provides all features and pages integrated which can be integrated in ng5 package with small changes and package upgrade.
We are working to upgrade the template and will release a stable full package in ng5 soon.
Let us know if you have any other query.
Thanks
Hi, when I open your demo at: http://gene.theironnetwork.org/forms/form-wizard on larger screens, every form that has tabs has some whitebox. Please take a look at: https://prnt.sc/iogokl
This happens on: P2417H-56 Dell Professional P2417H, 23.8” (16:9) monitor.
It shows that your supports has expired, please renew the same. Thanks!
Done.
Hi, any news regarding this? I don’t see it fixed on demo site Thnx.
Hi,
We are working on the template upgrade to support the latest node and angular versions and will release it soon, this issue will also be resolved in our next update. Let us know if you see any other issue or have any query.
Thanks
We just downloaded the Theme, and trying to build. Its failing miserably. Please find the error as below
ERROR in Metadata version mismatch for module …//ng4/node_modules/@ng-bootstrap/ng-bootstrap/index.d.ts, found version 4, expected 3, resolving symbol GeneAppModule in …//ng4/src/app/app.module.ts, resolving symbol GeneAppModule in …//ng4/src/app/app.module.ts, resolving symbol GeneAppModule in …//ng4/src/app/app.module.ts
There are multiple issues, if we try to fix one, another comes out. If we try to fix that, new one comes. Can you please let us know whats wrong?
Hi,
It seems you are using angular 4 version with latest node-js and npm version, you should use angular 5 version for your app. We are working to release a full package in angular 5 supported to latest node version.
Please mail us on support@theironnetwork.org if you face any issue with angular 5 version, we would be more than happy to help you.
Thanks.
We are using angular 5.x
..\\Angular\SB-Admin-BS4-Angular-5-master\SB-Admin-BS4-Angular-5-master>ng -v Your global Angular CLI version (1.5.5) is greater than your local version (1.5.0). The local Angular CLI version is used.
To disable this warning use “ng set—global warnings.versionMismatch=false”. / _ \| | | | (| | || | | (| | | | || |_ | | // \\| ||\, |\,|_|\,|| \_|__|| |_/
_ _ __ _ _
/ \ _ _ _ _ _ | | _ _ _ _ / __| | |_ _|
/ △ \ | '_ \ / ` | | | | |/ _` | '_| | | | | | |
Angular CLI: 1.5.0 Node: 6.11.0 OS: win32×64 Angular: 5.1.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router
@angular/cli: 1.5.0 @angular-devkit/build-optimizer: 0.0.36 @angular-devkit/core: 0.0.22 @angular-devkit/schematics: 0.0.42 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 1.8.0 @schematics/angular: 0.1.11 @schematics/schematics: 0.0.11 typescript: 2.4.2 webpack: 3.8.1
What do you recommend?
Hi
Please send us an email on support@theironnetwork.org with following details 1. nodejs ( use node -v to check ) 2. npm version ( use npm—v )
We will check for same configuration and provide you the stable package
Thanks.
Versions we are using
..\\ng4>npm -v 3.10.10
..\\ng4>node -v v6.11.0
Mail sent.
Hi, i have problems with angular material 2 because i want to need autocomplete input and MaterialModule is deprecated so, do you have an update to angular material 2 where we can use prefix “mat-”
Hi,
We have provided a seed project with angular 5/material 5 which can be used to quick start your angular app. We are working on full package upgrade, there are some modules which are still not updated to support material 5. We will release a new updated version once we get all updated modules.
You can mail us your issues on support@theironnetwork.org and we will look into the issues and we will guide you to resolve them.
Thanks
Hello. I have multiple open tickets that have not been answered in a period of a month. I logged in through themforest and my support hasn’t ended yet. So can we please work things out?
Sure, can you please confirm the username under which you have asked the query.
Thanks!
Hi, I’ve created new app based on your ng-5 seed. But it looks like menu is defective (child items overlap parent). Can you please take a look at this?
Regards, Amel
Hi,
Thanks for purchasing our template. Sidebar nav depends on perfect scrollbar and ng sidenav menu modules which are not compatible with angular 5 yet, we will have an update of the template soon(hopefully by next weekend) once we get stable versions for all required modules.
Thanks.
Any news?
Hi,
We have updated the angular 5 seed project and fixed sidebar nav issue. we also have integrated scrollbar with sidenav. Please download latest version and check if it works on your project.
Thanks