Questions tagged [ng2-admin]

12 questions
1
vote
1 answer

How to remove the ngx-theme-switcher component from the ngx-admin header?

How can I remove the ngx-theme-switcher component from the header of the ngx-admin template sample application? I want to place it somewhere else but have not found any markup that uses the ngx-theme-switcher element.
halllo
  • 858
  • 12
  • 25
1
vote
0 answers

Angular 2 Final port :4200 not working with ip (192.168.0.xxx:4200) only localhost:4200 ,

I am having ng2-admin template ,and not able to access from other system in same network
1
vote
1 answer

Can't connect to database using AngularJS

I take help from this link https://akveo.github.io/ng2-admin/articles/002-installation-guidelines/. I'd like to integrate jee project to this template: I use rest services. In order to add a new Entity to my database, I have to add this to the file…
Vira
  • 23
  • 4
0
votes
1 answer

Hide the menu items for mobile view using Angular ng2-admin

I am using angular ng2-admin and trying to hide the menu items for lower resolutions. And the menu is not closing in mobile view instead blocking the view of half of the content. Current behavior: On low resolutions, menu should close itself when…
vishnu
  • 4,377
  • 15
  • 52
  • 89
0
votes
2 answers

How to add summernote plugin in angular ng2admin theme

I have added summernote plugin on my angular 2 project and I am using ng2admin theme not using angular CLI. so how I add the summernote editor on my project? I tried to include the summernote css and js file on index.html file. index.html file
Maneesh Rao
  • 184
  • 4
  • 23
0
votes
3 answers

Show loader until page is fully loaded Angular 2+

I am using ng2-admin theme for angular 2+. I am using API's to fetch data. The problem I am facing is that loader hides but data is still not loaded so the page first show skeleton of the page then load data. it looks odd. I want the loader to show…
Yasir Ijaz
  • 674
  • 1
  • 12
  • 19
0
votes
1 answer

not able to change theme for ng2-admin

I am using the ng2-admin theme for development. DEMO I have followed all these steps mentioned in the doc for changing theme to blur-admin from ng2-admin While changing the theme everything is working fine except the background of the cards. It is…
GauRang Omar
  • 861
  • 9
  • 20
0
votes
1 answer

Adding Datetime Picker on ng2-admin

I am not able to figure out how to get going with Datetime picker on ng2-admin. I have tried and got it displaying such as in the attached picture: Two problems I am stuck with are: Why does the control not displaying full? The clicking on the…
Yoku
  • 307
  • 5
  • 16
0
votes
1 answer

Ng2-Admin-using exists components

I am new to angular 2/4,and I am trying to use ng2-admin as a base, and trying to build on to of it a full dash board includes beck-end. I am facing lots of issues while trying to use exist component(such as basic table) in a new simple module. I…
Uriel Parienti
  • 127
  • 1
  • 1
  • 12
0
votes
0 answers

Angular 2 dynamically load data

I browsed around a bit to see if there is a way using which I can render my component with a partially populated object. I am hitting an api where it returns 1000's of records and I was wondering if there was a way using which I can load a table…
Sadiq Ali
  • 1,272
  • 2
  • 15
  • 22
0
votes
1 answer

Ng2-Admin template charts with DataLoader

I'm trying to load data into some charts in the ng2-admin template using an API running on another server (or port to be exact). My code inside the lineChart.service.ts is as follows: return { type: 'serial', theme: 'blur', marginTop: 15, …
Arno
  • 73
  • 1
  • 9
0
votes
0 answers

How ng2-admin bootstrap from AppModule to PagesModule?

I found a project ng2-admin from https://github.com/akveo/ng2-admin , and this is online demo http://akveo.com/ng2-admin/ I am confused about PagesModule bootstrap process. Default AppModule bootstrap, how did it contine show /#/pages/dashboard…
qichunren
  • 4,405
  • 7
  • 37
  • 48