Discussion on Angular 11 Bootstrap 4 Admin Template

Discussion on Angular 11 Bootstrap 4 Admin Template

Cart 322 sales
Well Documented

IronNetwork does not currently provide support for this item.

89 comments found.

ERROR in src/app/horizontal-layout/horizontal-layout.component.ts(12,20): error TS2591: Cannot find name ‘require’. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsc onfig. src/app/main/main.component.ts(15,20): error TS2591: Cannot find name ‘require’. Do you need to install type definitions for node? Try `npm i @types/node` and t hen add `node` to the types field in your tsconfig.

Hi,

Thanks for reaching out!

Thanks for reported us an issue. We fixed the issue and updated the theme files on themeforest. Please download the theme files to check it.

In Further, If you want to fix the issue without go for new files then please follow the steps below:

1. Please go to src->app->main->main.component.ts file and declare this line declare var require;

Check below screenshot. http://tinyurl.com/yy4h8gfs

2. After that Go to src->app->horizontal-layout->horizontal-layout.component.ts file and declare this line declare var require;

Check below screenshot. http://tinyurl.com/y5lwa5lr

It will fix the problem.

For more info, concerns and help please send us email at support@theironnetwork.org

Thanks and have a nice day!

do you have psd/ai ui design of this template? please share it to christylavanya@gmail.com

Unfortunately, we do not provide psd/ai with the template. Thanks!

Hi! do you have an version that is compatible with the last version of the Angular? The version I have is not compatible.

Hi

Thanks and have a nice day!

We already updated the angular version to latest, which is 8. Please download the latest files from themeforest.

Let us know if you have any queries at support@theironnetwork.org

Thanks and have a nice day!

Hello.

asks me to login to see the carousel documentation?

can you help me, please. get the documentation.

best regreats

Hello,

Thanks for reaching out. From what we understood you seem to find difficulty in getting access to Carousel’s documentation. Here’s the link for carousel, you can access directly from here https://iron-network.gitbook.io/chankya/ui-elements/untitled-9. Or you can access bootstrap carousel from here https://getbootstrap.com/docs/4.1/components/carousel/ Both does not need any kind of login.

If its not what you needed then can you please elaborate us a little more about the issue.

Thanks

Hello I have a problem with safari on iphone. On Android it work well. I can not select item in the menu. When it collapse it is not selectable. So i am stuck in home page. Any idea for this bug ?

Hi,

We tried to recreate the issue on our end, but everything seems to be working fine. Please mention your IOS version and iPhone model and if possible send some screenshots, you can reach us directly at support@theironnetwork.org

Thanks!

Don’t look at the nickname/name. Just don’t want to be emailed on my work mail by Evanto.

Hi. My name is Oleh, and I’m a designer. My client bought your template (https://themeforest.net/item/chankya-angular-4-bootstrap-4-admin-template-and-ui-framework/20436972). I would like to get the source file (preferably Sketch) to be able to design the app out of it and then provide to the developers. You can reach me at qleverus@gmail.com. Or Telegram: @kopyl. Huge thanks in advance :)

Hello i am interested to buy this template, before buy i want to know about documentation

Hi,

Thanks for showing interest in our template. You can see the online documentation here http://chankya.theironnetwork.org/documentation/ You will also get the documentation under package once you have purchased the template.

Let us know if you have any other query.

Thanks

Hi,

We have purchased the template and we are trying to use it with MEAN.io but we are having some issues with package versions.

Specifically,

rx.js has updated to 6.3.3 and the template is on 6.2.1 and it’s not compatible with it.

ERROR in src/app/horizontal-layout/horizontal-layout.component.ts(66,12): error TS2345: Argument of type ‘MonoTypeOperatorFunction<Event>’ is not assignable to parameter of type ‘OperatorFunction<Event, Event>’.

“rxjs”: “6.3.3”, “rxjs-compat”: “^6.0.0-rc.0”,

Hi,

Thanks for purchasing our template and notifying the issue. We are working to resolve it and make it compatible with other modules as well. For the time we work on the issue you can use the currently used version and start your development.

You can check following article if you want to resolve it at your own, you might remove not required module for your app and check if it works https://github.com/angular/flex-layout/issues/827

Thanks

Hi , please can help me , i have issue in sidebar , when add more than 13 sub menu , menu not work ok .

Hi , How are u ? , please can help me , need code for design menu with 2 sub ? , thank u

Thanks very much

Hi , please can help me , i have issue in sidebar , when add more than 13 sub menu , menu not work ok .

Replied to your email. Thanks!

Hi there!

I just bought your amazing Angular6 template! I’m trying to create different Modules I will need, cause it will be a huge app!

Until now, I haven’t been able to add another path to app-routing.module.ts. As soon as I add a path to the section of MainComponent in the app-routing.module file the app is redirected automatically to the new page, and not to the dashboard-v1 page anymore.

There is another place where I need to configure something else?

Thanks in advance!

Hi,

Thanks for purchasing our template. As you have added new module you need to create its own routing file as we have done for dashboard module and then add it in app-routing.module file as children.

You might have override the root path of app and hence its redirecting to new page. You need to do something like as follows to add new module in routing file

path: ’’, component: MainComponent, children: [{ path: ‘dashboard’, loadChildren: ’./dashboard/dashboard.module#DashboardModule’ },{ path: ‘new module url’, loadChildren: ’./newModule/newmodule.module#InewmoduleModule’ }

If it doesn’t work please send us and email at support@theironnetwork.org with your exact requirement and modules files and we will guide you accordingly.

Thanks

thank you for your design , perfect . please , need update version angualr 4 to version 6 , but faild and show message ” The specified command update is invalid. For available options, see `ng help`. ” , please help me ?

Hi,

Thanks for your kind words.

Please explain the process you followed to upgrade the template and command which returns error. Upgrading to angular 6 is an easy process unless you are using modules which only supports angular 4 versions, we need to look into the package.json file to check the possible issues.

Please send us an email at support@theironnetwork.org with above mentioned details and package.json file, we will check and guide you to resolve the issue and update your template to angular 6.

Thanks

{ “name”: “chankya”, “version”: “0.0.0”, “license”: “MIT”, “scripts”: { “ng”: “ng”, “start”: “ng serve”, “build”: “ng build”, “test”: “ng test”, “lint”: “ng lint”, “e2e”: “ng e2e” }, “private”: true, “dependencies”: { ”@agm/core”: “1.0.0-beta.0”, ”@angular/animations”: “4.3.2”, ”@angular/common”: “4.3.2”, ”@angular/compiler”: “4.3.2”, ”@angular/core”: “4.3.2”, ”@angular/flex-layout”: “2.0.0-beta.8”, ”@angular/forms”: “4.3.2”, ”@angular/http”: “4.3.2”, ”@angular/material”: “2.0.0-beta.7”, ”@angular/platform-browser”: “4.3.2”, ”@angular/platform-browser-dynamic”: “4.3.2”, ”@angular/router”: “4.3.2”, ”@ng-bootstrap/ng-bootstrap”: “1.0.0-beta.5”, ”@swimlane/ngx-charts”: “5.3.1”, ”@swimlane/ngx-datatable”: “9.3.0”, “angular-calendar”: “0.19.0”, “angular-resizable-element”: “1.2.0”, “angular-sortablejs”: “2.0.6”, “angular-tree-component”: “3.8.0”, “chart.js”: “2.6.0”, “ckeditor”: “4.6.0”, “classlist.js”: “1.1.20150312”, “core-js”: “2.4.1”, “d3”: “4.9.1”, “dragula”: “3.7.2”, “easy-pie-chart”: “2.1.7”, “font-awesome”: “4.7.0”, “hammerjs”: “2.0.8”, “intl”: “1.2.4”, “jquery”: “2.2.4”, “jqvmap”: “1.5.1”, “leaflet”: “1.0.2”, “leaflet-map”: “0.2.1”, “moment”: “2.15.0”, “ng-sidebar”: “6.0.0”, “ng2-ace-editor”: “0.2.3”, “ng2-archwizard”: “1.7.0”, “ng2-breadcrumb”: “0.5.14”, “ng2-charts”: “1.6.0”, “ng2-ckeditor”: “1.1.9”, “ng2-dnd”: “4.2.0”, “ng2-drag-drop”: “2.5.0”, “ng2-dragula”: “1.5.0”, “ng2-file-upload”: “1.2.1”, “ng2-google-charts”: “3.0.1”, “ng2-translate”: “5.0.0”, “ng2-tree”: “2.0.0-alpha.10”, “ng2-validation”: “4.2.0”, “ng2modules-easypiechart”: “0.0.4”, “ngx-mydatepicker”: “2.0.12”, “ngx-perfect-scrollbar”: “2.0.1”, “ngx-quill”: “1.3.1”, “ngx-toastr”: “5.3.0”, “ngx-tour-ng-bootstrap”: “1.0.6”, “normalize.css”: “5.0.0”, “nvd3”: “1.8.5”, “perfect-scrollbar”: “0.6.16”, “popper.js”: “1.12.5”, “quill”: “1.2.3”, “rxjs”: “5.4.2”, “tether”: “1.4.0”, “screenfull”: “3.2.2”, “simple-line-icons”: “2.4.1”, “skycons”: “1.0.0”, “sortablejs”: “1.6.0”, “summernote”: “0.8.4”, “ts-helpers”: “1.1.2”, “web-animations-js”: “2.3.1”, “widgster”: “0.0.3”, “zone.js”: “0.8.16” }, “devDependencies”: { ”@angular/cli”: “1.3.2”, ”@angular/compiler-cli”: “4.3.2”, ”@types/d3”: “3.5.17”, ”@types/jasmine”: “2.5.52”, ”@types/jquery”: “3.2.0”, ”@types/node”: “7.0.8”, ”@types/nvd3”: “1.8.33”, “codelyzer”: “3.0.1”, “jasmine-core”: “2.6.3”, “jasmine-spec-reporter”: “4.1.0”, “karma”: “1.7.0”, “karma-chrome-launcher”: “2.1.1”, “karma-cli”: “1.0.1”, “karma-coverage-istanbul-reporter”: “1.3.0”, “karma-jasmine”: “1.1.0”, “karma-jasmine-html-reporter”: “0.2.2”, “protractor”: “5.1.2”, “ts-node”: “3.0.6”, “tslint”: “5.4.3”, “typescript”: “2.3.4” } }

send your email with file package.json

??????

Hi, i have a problem with the slidebar, this have a bug with the scroll, hoy i can fiix?

Hello, I have purchased your product Chankya theme and it all looks good. I have been looking for the HTML CSS files for the same and do not find it. Can you please send me those source files as well, so we can use it in our project.

Cheers, Lovegin.

Hi,

Actually, I’m new to Angular.

I wonder how the main component rendered.

There is only <chankya-app> in index.html and using <router-outlet>, routered only dashboard component as I figured.

The point is by what <chankya-layout>is rendered.

hi, will this theme work on angular 6 cli ? if not, then what is the best CLI version for it to work same as the preview version? and how to i run the RTL version? i installed it on Angular CLI 1.7.4

and the theme doesn’t work like the one on the preview

Please upgrade to Angular 6

Hello. Which bootstrap package are you using? ng-bootstrap, or ngx-bootstrap?

Hi,

We are using ng-bootstrap. Let us know if you have any other query.

Thanks

Hi,

There is an issue with ng-sidebar with rtl settings, we are working on it and will fix the issue in our next update soon.

Thanks

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