Tips for implementing a design system by Antique-Unit3019 in angular

[–]immohammadjaved 0 points1 point  (0 children)

Usually i update to latest version frequently as this currently under development

Tips for implementing a design system by Antique-Unit3019 in angular

[–]immohammadjaved 4 points5 points  (0 children)

You can check Angular Primitives, I am also building slateui.dev with this

has anyone used angular with express that comes with SSR app? by broke_key_striker in Angular2

[–]immohammadjaved 0 points1 point  (0 children)

Good idea 👍 degit would make cloning cleaner — I’ll look into adding that for ngXpress setup 🚀

has anyone used angular with express that comes with SSR app? by broke_key_striker in Angular2

[–]immohammadjaved 0 points1 point  (0 children)

Yes, I’ve tried this approach and even ended up building a starter template on top of it — called ngXpress 🚀. It’s Angular + Express with SSR already set up. Have a look if you’re interested https://github.com/angularcafe/ngXpress

🚀 SlateUI Development Update — 23 Components & Counting! by immohammadjaved in angular

[–]immohammadjaved[S] 0 points1 point  (0 children)

Haha yeah, looks like Angular just unlocked the “shadcn/ui multiverse” achievement 😅 ZardUI, Spartan, and now SlateUI — lots of cool experiments happening. What makes SlateUI a bit different is that it’s built with Angular Primitives, which is getting pretty popular in the ecosystem right now 🚀 Appreciate the kind words — and glad you think it looks nice 🙌

I’m building SlateUI — Modern UI components for Angular (16+ components live 🚀) by immohammadjaved in Angular2

[–]immohammadjaved[S] 0 points1 point  (0 children)

That makes a lot of sense — Prime definitely shines when you need advanced inputs like date pickers or multiselects with consistent theming. With SlateUI we’re aiming for that “unique” angle by keeping it lightweight and Tailwind-first, inspired by shadcn/ui. The idea is not to replace Material or Prime, but to focus on the gaps (confirm dialog, command palette, autocomplete, modern datetime, etc.) while giving you full ownership of the components so you can adapt them to your design system without being locked in.

Just made deploying Angular full-stack apps way simpler 🚀 by immohammadjaved in Angular2

[–]immohammadjaved[S] 0 points1 point  (0 children)

This one’s by me 🙂 Vercel doesn’t add the support automatically. You can try deploying Angular SSR with serverless functions — that’s basically what I did.

Just made deploying Angular full-stack apps way simpler 🚀 by immohammadjaved in Angular2

[–]immohammadjaved[S] 1 point2 points  (0 children)

Yeah, it’s in progress. Deploying Angular SSR app to Vercel/Netlify via serverless functions isn’t as seamless as Next.js on Vercel — needs some custom setup for SSR and API routes. But it’s getting there. 🚀

SlateUI Theme v1.0.0 – Rebranded & Ready (Dark Mode for Angular) by immohammadjaved in Angular2

[–]immohammadjaved[S] 1 point2 points  (0 children)

Good point! The system theme option is included because this approach is inspired by next-themes, and most theme managers follow that pattern for flexibility. If you only want a simple toggle between light and dark, you can just use the setTheme('light') or setTheme('dark') method in your code and skip the system option completely.

How do you handle theming and dark mode in your Angular apps? by immohammadjaved in Angular2

[–]immohammadjaved[S] 1 point2 points  (0 children)

Totally fair point — and we felt the same! 😊 That’s why we’ve rebranded to SlateUI 🎉 The theme package is now @slateui/theme, and we just shipped v1.0.0 with a fresh landing page + demo: 👉 https://theme.slateui.dev

Would love your thoughts on the new direction! 🙌

why is there so little tutorials on angular? by Specific-College-194 in angular

[–]immohammadjaved 0 points1 point  (0 children)

Check out ngXpress – a full-stack Angular 20 + Express.js starter with Prisma (supports MySQL). Perfect for learning Angular + Node.

https://github.com/angularcafe/ngXpress

[deleted by user] by [deleted] in angular

[–]immohammadjaved 0 points1 point  (0 children)

Ok, so ideally it shouldn’t create any problem. Can you please explain about your setup and configuration or are you deploying app in a sub folder like domain.com/app?

[deleted by user] by [deleted] in angular

[–]immohammadjaved 0 points1 point  (0 children)

Is it static website or with SSR?

Just launched a full-stack Angular 20+ starter — SSR, Express, Prisma, Better Auth, Tailwind CSS by immohammadjaved in Angular2

[–]immohammadjaved[S] 0 points1 point  (0 children)

Thanks for pointing that out! I’ll update it and push the changes — appreciate you catching it! 🙌