Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉🎉 [Sticky] Who uses ngx-admin/feedback? 🎉🎉 #1645

Open
nnixaa opened this issue Apr 23, 2018 · 51 comments
Open

🎉🎉 [Sticky] Who uses ngx-admin/feedback? 🎉🎉 #1645

nnixaa opened this issue Apr 23, 2018 · 51 comments

Comments

@nnixaa
Copy link
Collaborator

nnixaa commented Apr 23, 2018

Hi All!
We are really keen to collect your feedback, and to start with, we'd like to know who is using ngx-admin. We would really appreciate if you:

  • Share your company name
  • Share your logo (in which case it might be used in the readme / frontpage etc)
  • What kind of project? How large? (code base size or team size)
  • If your project is open source or public, please share a link!
  • What do you like most about ngx-admin, what could be done better?

Thanks to MobX for Questionnaire idea: mobxjs/mobx#681

@rajsanil
Copy link

My self rajesh sanil I’m a freelancer

@jv6dmc
Copy link

jv6dmc commented Apr 24, 2018

I made my webradio with ng2-admin, but currently working with ngx-admin for the next version.
Radiorebel.ca
A webradio where people can listen to music and tchat.
I made all the website by myself.
Many pages are restricted to people logged in.

ngx-admin is easy to work with. I learned angular with ng2-admin, it's a good project to start with.
logo

@dizco
Copy link
Contributor

dizco commented Apr 24, 2018

Kiosoft

I am currently working with ngx-admin on an upcoming project for Ski Schools in order to improve management of staff and bookings.

So far I'm really happy with ngx-admin, love the demo, the clean design and the fact that most of the heavy-lifting (auth) is built in. It's very easy to get started if you already know a bit of Angular.

For me, many of the open pull requests (Calendar, Time Picker, etc) are really useful and I think they would be great additions if they were merged. On another note, I think ng2-smart-table could benefit a little upgrade and maintenance. But I still love all your work! :)

Kiosoft Logo

@107295472
Copy link

It's too hard, no

@hongtuan
Copy link

hongtuan commented May 8, 2018

I am currently working with ngx-admin on my project,it's very helpful for my team,it's a very nice start point for the beginner of Angular,thanks very much.

@Sballerio
Copy link

I'm using blurAdmin on a project and it feels great both working and using it.
I'll use ngx-admin as soon as i have the chance.

Again, good job people, thumbs up!

@knnth
Copy link

knnth commented May 13, 2018

I'm using ngx-admin with a personal project. It's really easy to start a project with. Congratulations for high quality!!! 👏👏👏👏👏

@mutantkeyboard
Copy link

I'm currently using it on a startup project.
Great stuff, and really easy to customize. I like the Auth System. Much better than one that I used to write by hand.

@csales1987
Copy link

I am about to implement this for a startup drone company in Louisville, KY who is already making a splash. Check them out at https://www.thevizionair.com.

@superkerio
Copy link

ng2-admin style with angularjs1.6.2
image

@Tenmak
Copy link

Tenmak commented Jun 6, 2018

I've been working a lot with ng2-admin over the past year, to finally see its flaws and imperfections. I'm trying to put it away since it's mostly a burden more than anything now.

I've not tried nebular with ngx-admin, and I feel the whole nebular block is not truthworthy yet. I don't see a clear example of how powerful it is, nor if it really is easy to use.

Like some people told earlier, it seems too complex for what it can give.

@VijaySankhat
Copy link

My self Vijay Sankhat I love to use ngx-admin. Thanks for sharing the precious themes with us.

@muriloe
Copy link

muriloe commented Jun 26, 2018

icon-small-40 Hauora

Hauora is a system to assist nutritionists in the steps of anamnesis, consultation and patient follow-up.
Patients have access to a mobile application (iOS), and the nutritionist to the web system.

I used ngx-admin with angular to my final university project, the repository has the front (ngx-admin) and back (nodejs):

https://github.com/muriloe/Hauora

https://github.com/muriloe/Hauora/wiki

@mutantkeyboard
Copy link

@muriloe Amazing project mate.

@vaibhav-jain
Copy link

@nnixaa I'm using it in one of my latest projects.

@xiehongyang
Copy link

I am a front-end developer from China, working in a online-travel Company, using ng2-admin for our company's back-end inner system to control Redis, service about other 1000 developers who want manage Redis, really appreciate all the things your group did for us!!!

@denisobrienirl
Copy link

Switched my online digital forensics tool to use ngx-admin... Great work on the UI folks, really appreciate all of your effort and support...

IRIS-H Digital Forensics

@Prefix1802
Copy link

Prefix1802 commented Aug 12, 2018

@denisobrienirl,

Are you aware of the problem when going to auth/login page and then back to dashboard, under auth your menu items disappeared?

There is an issue open for that so keep an eye out for updates.

@denisobrienirl
Copy link

@Prefix1802 of course :) I'm one of the people who reported it :)

@jjgriff93
Copy link

Our company is PixelDr, currently a team of three, and we're building a dashboard that will showcase a lot of our user's data from an educational platform we're building out.

Apologies in advance for the length of the feedback :) here goes...

In my search for admin dashboards built with angular I was looking for something well written and clear, with an active & helpful community, and with good visual design – and have to say thats where ngx-admin/Nebular really stood out, the UX/UI is exceptional, and I really like the direction Nebular is going with the modularity and ability to plug in components like carousels etc. With very small code additions. There isn’t anything else out there I’ve seen that does this nearly as well

In terms of what's missing, future improvements etc.

  • I think it’s still quite early on for Nebular and the potential is great – for me, I think the documentation for auth was a bit confusing as some of it wasn’t fully complete when i was integrating it. I followed the OAuth Google example and tried to adapt it for Azure but that’s when I ran into problems. As it develops would be great to add more examples for more providers, like Facebook & Azure AD. I think the main confusion was that I’d started with the ngx-admin template, which has a lot pre-configured, but the docs are mainly written as if you’ve started from scratch, so probably just further clarity of how to change the dummyprovider over to the other auth methods in the template would be a good addition.
  • There were a lot of things I had to strip out of the ngx-admin template so I could start building my own structure and pages, and this was quite a painful process as I wanted to keep a few of the custom components that were in the template, but centralise them in a re-usable module (like a couple of the components from the Dashboard module). Because of the structure I spent a lot of time doing this and re-registering components, probably due to my inexperience with angular, but if it could be written and structured in a way where the common components are centralised, then would be easier for people to re-use them
  • With the UserService, because of how the users are hardcoded into the ngx-admin template, after implementing authentication I’m going to need to re-write a lot of how the user is displayed, as well as in the routing module, where I will need to first check if a user is authenticated, and if not direct them to a sign in page, protecting the rest of the dashboard from unauthenticated users. It would be fantastic if some of this logic was already built in the template
  • Likewise, for building in live backend data and populating the dashboard with this, it would be brilliant if the template was already set up for this – there’s some mock data the ngx-admin template uses and has registered in some of the @core services, but understandably this is static at the moment (like the contacts that populate the ContactsList component in the dashboard). At least documentation on setting this up with live data and an API backend would be immensely helpful for people as a lot of admin dashboards will need this

Hope this helps - love what you guys are doing and excited to see where the project goes!

@gemins
Copy link

gemins commented Aug 29, 2018

Hi! My name es Manuel Bruña fron Argentina and my company is Incubit (https://www.incubit.com.ar).
I have create to many panels with Akveo NG2-Admin and this is with versión 2.0.1 of ngx-admin.
This platform is create to make a plans to sell vehicles.
Thanks for your upgrades! I trust in this panel with the first versión (ng-admin) and this last panel (i need upgrade to the last version) is excelent. The last theme "Corporate" is beauty and simplify.
See you!
image

Our logo!
image

@andredatsch
Copy link

andredatsch commented Sep 19, 2018

image
LeadFinder
www.leadfinder.com.br

image

image

@Octavious
Copy link

Octavious commented Oct 6, 2018

Our project is a website for soccer team statistics (games, players, matches, charts).

DB includes more than 3000 matches , more than 2000 goals...etc

The website is in Arabic.

Link:
http://www.wihdatstats.com

Logo:
image

Great admin template with a lot of out of the box features, what i wish to enhance is little bit more documentation how to use it with server side, and how to use features in the top bar (search, notifications, emails)

Great job

@nnixaa nnixaa pinned this issue Dec 26, 2018
@nnixaa
Copy link
Collaborator Author

nnixaa commented Jan 23, 2019

Hey Guys, many thanks again for your feedback! We are on Product Hunt today and would really appreciate your feedback https://www.producthunt.com/posts/ngx-admin. Let's make ngx-admin even better together :)

@jjgriff93
Copy link

Upvoted :) thanks for all your efforts and making a brilliant product

@evereq
Copy link

evereq commented Feb 10, 2019

Hey, we are using ngx-admin in the Admin UI for our Open-Source On-Demand Commerce Platform (https://github.com/ever-co/ever) and in multiple web apps for our customers!
Thank you for the great product! ❤️

overview

In addition, designing now a new ngx-admin theme "Dark", which match our brand colors:

dashboard

We only recently started open-sourcing parts of the project ... (it's WIP)
So, every ⭐️ on our Github repo is highly appreciated!

Thank you!!!

About Us (answers to original issue questions):

@nnixaa
Copy link
Collaborator Author

nnixaa commented Apr 1, 2019

Hey ngx-admin users, we are working on Nebular 4.0 now and really need your support. Here are some details and discussion: akveo/nebular#1331 (comment).

@purplenimbus
Copy link

I use it as well , for a couple different apps, so far so good. I cant post pictures because of NDA tho 😢

@pasadyaguy
Copy link

We have implemented this theme for our custom built Help Desk application at Tampa General Hospital in Florida. We love it. Great work!
image

image

@zaki57
Copy link

zaki57 commented Jun 26, 2019

Hello,
I found ngx-admin very helpful. I am planning to use it for my tech product but I have one query. Do I have to mention anything (credits) on my website? As it mentions that its MIT license or I can use it without giving credits

@nolawi
Copy link

nolawi commented Feb 15, 2020

We started with ngx admin, however now its morphed into an enterprise level angular application that manages tracks data for a very large govt organization that. We use all the nebular components and additional bootstrap based components.

  • I first started with ngx admin to create a custom theme
  • Using the starter version- customized the build conf to our env and api- in the cloud
  • built on top of nebular component to create local shared components
  • attempted to build a component library with our custom theme

Since our custom theme is heavily customized I would like to share it one day!

  • I love globally managed styles in angular. How the themer is built helps us avoid encapsulated styles that make the ui inconsistent
  • not a fan of the auth structure.
    -not of fan of all the search styles- not easily extensible either...

thank you guys so much - you guys make a huge difference in my life

@thorizer
Copy link

thorizer commented Feb 21, 2020

pretty good but not a fan of the auth structure either. wil there be an angular 9 support ?

@LuckyGStar
Copy link

My company new platform is using ngx admin for managing veterinarians and admin panel. And it is really great to build, customize and manage.

I am using NgxAdmin + Node.Js Bundle for development. It is really great!

Screenshot at May 04 06-52-50
Screenshot at May 04 06-51-49

Thank you so much Akevo team! Your team did really great work!

Quick question: Is it possible to upgrade angular version to 9 anyway?

Regards

@jcfrane
Copy link

jcfrane commented May 15, 2020

I am developing a client application with ngx admin for almost 2 weeks now. Everything seems alright in the beginning. The authentication components, ACL, and security are so good!

However, displaying data from serverside with state management and observables and putting in in a table is a pain. I tried using SmartTable but there is really no clear way of doing this. I really hope the team would focus on improving Smart Table. I ended up trying other libraries for table.

Overall, this opensource admin theme is VERY awesome! Looking forward for more themes, components and sample layouts (e.g profile, invoice, e-commerce etc.).

@eshaan7
Copy link

eshaan7 commented Jun 1, 2020

We, at Intel Owl, are using ngx-admin for a new web client for our API. https://github.com/intelowlproject/IntelOwl-ng

@AysadKozanoglu
Copy link

i see your ng blur-admin template and it is amazing.

All your templates also can be used for cordova hybrid app projects

thank you.

@siewer
Copy link

siewer commented Aug 25, 2020

Project: Mixeway
Type: OpenSource
Link: https://github.com/mixeway/mixewayhub

ngx-admin is used as frontend app and we find it really cool, keep a good work!

@MirzayevFarid
Copy link

MirzayevFarid commented Sep 1, 2020

We’re using ngx-admin at Radity

  • Radity
  • logo-midnight@3x

Thanks for such an amazing work!

@RoWEN-FCUB
Copy link

Hello. I am using ngx-admin to develop a project for my company. I like it very much, but the responses to users issues and questions are too slow. We need more and faster support!!!

@Prefix1802
Copy link

Prefix1802 commented Oct 9, 2020

Hello. I am using ngx-admin to develop a project for my company. I like it very much, but the responses to users issues and questions are too slow. We need more and faster support!!!

Hi There, Do you have any issues? Please let us know and we will try to help you asap.

@RoWEN-FCUB
Copy link

Yes I have two problems posted and still no answer, akveo/nebular#2544 and #5784. Thanks for any help.

@Prefix1802
Copy link

@RoWEN-FCUB

I will have a look. I hope i can be of assistance :)

@RoWEN-FCUB
Copy link

Still wating for help... akveo/nebular#2544

@dizco
Copy link
Contributor

dizco commented Oct 30, 2020

Hi @RoWEN-FCUB keep in mind this is an open source project... like everything in life you get what you pay for ;) I'm sure the Akveo team is doing their best, but unless you're willing to pay them, you have to be patient

@RoWEN-FCUB
Copy link

Hi @RoWEN-FCUB keep in mind this is an open source project... like everything in life you get what you pay for ;) I'm sure the Akveo team is doing their best, but unless you're willing to pay them, you have to be patient

Hi @dizco I were only replying the question "what could be done better?". I know this is an open source project, but there are a lots of unanswered issues, may be the team could take one day of the week and have a look to them. I thanks the Akveo team for they hard work.

@yuanfei33304A
Copy link

我是一名来自中国的前端开发人员,在一家在线旅行公司工作,使用ng2-admin作为我们公司的后端内部系统来控制Redis,为其他1000名希望管理Redis的开发人员提供服务,非常感谢您的所有工作小组为我们做了!!!
我也来自中国,可否留个联系方式交流一下?

@tolunayakbulut
Copy link

Global CTO Forum connects world's leading CTOs and technology stakeholders.
We are using ngx-admin at Global CTO Forum

global-cto-forum

Thanks!

@dapperdandev
Copy link

Created this:
#5869

Love the template! Just a wishlist item :)

@alessandrogurgel
Copy link

I do really think that this ngx-admin is awesome. I think Nebular is pretty cool. The design and the documentation. It seems very easy to me to use it.

I am using ngx-admin in a open source personal project which is tailored to demonstrate the use o library that provides Nebular based components to be used in Formly forms. It is in the first baby steps (nb-formly-ui). The goal is to provide an easy way to bootstrap an admin template that use nb-formly-ui which allows us to quickly create forms based on simple configuration.

About the name of the package, nb-formly-ui, it may cause some misunderstanding, please, contact me and I will be pleased to change it.

@shopizer-ecommerce
Copy link

Shopizer open source cheadless uses ngx admin as backend
Screen Shot 2022-01-06 at 10 18 52 PM

@JinkiJung
Copy link

JinkiJung commented Apr 28, 2022

Hi, this is Jinki from the international open-source consortium for Maritime Connectivity Platform and thanks to your efforts on this magnificent framework. We are using this framework to facilitate the management of core components of our open-source framework. Check this out! - https://management.maritimeconnectivity.net/login

Wish you a great day! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests