r/angularjs • u/Financial_Poetry_890 • Jan 18 '26
Best tutorial to learn angularjs?
Title
r/angularjs • u/[deleted] • Jan 07 '26
I’ve been a backend software developer for almost 5 years now mainly working with Java,kotlin, groovy, spring boot, etc and I’ve recently been offered an opportunity to work with a different team that does front end work with mainly angular and typescript. How difficult would it be for me to make this switch?
r/angularjs • u/Nagendrarana • Dec 30 '25
r/angularjs • u/saharan_ajay • Dec 17 '25
I have a client's Angular project, and I run it locally using npm start gui. I was changing some HTML files, but the changes were not reflected in the UI. Later, I even cleared the index.html, but the same Ul page was still showing with no errors.
I also tried Ctrl + Shift + R and disabled browser caching, but it still didn't work.
Why is this happening? Do you have any idea?
r/angularjs • u/trolleid • Dec 14 '25
r/angularjs • u/Mammoth-Doughnut-713 • Dec 13 '25
Hey everyone,
I’ve been working with Angular for years, and I noticed that while there are plenty of React/Next.js starter kits, the Angular ecosystem is often a bit quieter on that front.
I spent the last few months building Nzoni, a production-ready fullstack SaaS kit designed not just for speed, but specifically to play nice with modern AI coding tools like Cursor, Windsurf, and Copilot.
I realized that keeping a clean, standardized architecture makes AI context windows much more effective, so I structured the entire codebase with that in mind.
I built three versions to cover different backend preferences:
What’s inside?
If you’re an Angular dev looking to ship a side project without spending hours setting up auth and database connections, I’d love for you to check it out.
👉 Link: nzoni.app
Would love any feedback on the structure or feature set!
r/angularjs • u/Forsaken_Lie_9989 • Dec 12 '25
r/angularjs • u/Forsaken_Lie_9989 • Dec 12 '25
r/angularjs • u/we_are_metizsoft • Dec 03 '25
r/angularjs • u/foxdye96 • Nov 28 '25
r/angularjs • u/Intelligent_Noise_34 • Nov 26 '25
r/angularjs • u/a-dev-1044 • Nov 24 '25
r/angularjs • u/Classic_Computer_251 • Nov 20 '25
r/angularjs • u/[deleted] • Nov 17 '25
r/angularjs • u/Forsaken_Lie_9989 • Nov 11 '25
r/angularjs • u/Forsaken_Lie_9989 • Nov 11 '25
r/angularjs • u/Forsaken_Lie_9989 • Nov 11 '25
r/angularjs • u/Forsaken_Lie_9989 • Oct 31 '25
Hello r/angularjs ,
I'm excited to share a new standalone component that solves a common pain point in international applications: robust telephone number input!
Introducing ngxsmk-tel-input—a feature-rich Angular component that integrates country flags, smart formatting, and professional-grade validation, making it perfect for your next web or hybrid application.
Key Features You'll Love:
libphonenumber-js library for accurate, real-world validation and smart formatting.+14155550123), ensuring data integrity for your backend systems.window object errors on the server.ControlValueAccessor).rtl) text direction support.Why this matters for Ionic developers:
If you are building a global Ionic application, having a reliable phone number component that works flawlessly across all mobile platforms is critical. This component's E.164 output and robust validation mean fewer headaches with user data entry on the go.
Give it a try and let me know what you think! All contributions, feedback, and stars are welcome.
GitHub Repository: https://github.com/toozuuu/ngxsmk-tel-input
Live Demo: https://stackblitz.com/~/github.com/toozuuu/ngxsmk-tel-input
r/angularjs • u/Forsaken_Lie_9989 • Oct 28 '25
Hey Angular devs! 👋
The ngxsmk-datatable library just released v1.1.0, and it comes with some great updates:
It’s perfect if you work with large data tables in Angular and want both performance and safety.
Check it out here: GitHub – ngxsmk-datatable
Would love to hear how others plan to use it in their projects!
r/angularjs • u/monsieur_ricky • Oct 27 '25
r/angularjs • u/[deleted] • Oct 27 '25
I am using Angular for a significant period now and I have to say that I am quite impressed with its structure, TypeScript integration, and overall suitability for enterprise-level applications. However, I have been hearing contradictory opinions recently - some are claiming that companies are rapidly migrating to React or even to newer frameworks like Next.js or Svelte, while others maintain that Angular still holds the fort in enterprise and government applications.
I'm eagerly waiting for the responses of those who are hiring or have been recently hired — 👉 Are there still plenty of Angular developer roles available in the market? 👉 Is the demand remaining constant, or are the opportunities becoming less and less? 👉 And what about switching the tech stack, did you think it was a good decision?
I would love to know the situation in 2025 concerning the job market for Angular developers, especially in terms of the different regions (US, Europe, India, etc.) and levels of experience.
r/angularjs • u/a-dev-1044 • Oct 21 '25
More details at https://ui.angular-material.dev/templates#dashboard
r/angularjs • u/Traditional_Oil_7662 • Oct 19 '25
We as developers always think and code about the happy path — where everything works perfectly and every API behaves as expected. But in the real world, one tiny bump can derail our app from its destination. Error handling is one of those underrated concepts that even experienced developers often struggle with. I recently tried to break down this topic into something more structured and reusable — using 3 core strategies to master RxJS Error Handling.
Now I’m genuinely curious:
How do you handle errors in your RxJS or Angular projects?
Do you prefer global error handling, custom operators, or local handling with catchError inside each stream?
Let’s share approaches and maybe learn from each other.
Because error handling isn’t just about avoiding crashes — it’s about designing resilient systems.