/r/angularjs

Photograph via snooOG

A community for the awesome MVC JS framework.

/r/angularjs

55,308 Subscribers

0

linkedSignal in angular (Angular 19)

0 Comments
2024/11/10
16:27 UTC

0 Comments
2024/10/27
17:09 UTC

2

Learn Angular Signals or ngrx for state management?

Should someone who is just starting out in Angular in 2024/2025 focus on learning Angular Signals or ngrx for state management?

2 Comments
2024/10/25
23:59 UTC

0

I Built a SaaS in 3 Days with Angular and Got My First Customers!

Hey πŸ‘‹

I just launched my new SaaS scaloom.com, an AI agent that automatically finds leads from Reddit and Twitter and I’m excited to share that I got my first customers within 3 days of building it! πŸŽ‰

Honestly, it was all made possible thanks to nzoni.app, an Angular full-stack SaaS boilerplate that helped me skip all the tedious setup and focus directly on my product. If you’re thinking about launching your own SaaS, Nzoni is the way to go. It handles all the essentials:

πŸš€ Nzoni Features:

  • User & Admin Dashboards
  • Auth (email, Google, magic link)
  • Stripe integration
  • Affiliate program
  • SSR + SEO optimization
  • Blog and landing pages (easy to customize!)

With Nzoni, I had everything I needed from payment integration to authentication and a customizable landing page. Saved me weeks of coding, so I could focus on what mattered.

If you’re ready to launch your SaaS faster, you can get $100 off Nzoni

Check it out at nzoni.app and let me know what you think!

5 Comments
2024/10/24
15:26 UTC

2

How to share an Angular Component with URL

0 Comments
2024/10/22
19:18 UTC

0

I Migrated My Angular SaaS Boilerplate to Angular 18 (Nzoni v2)

Hey πŸ‘‹

I just finished migrating my Angular SaaS boilerplate to Angular 18, and I’m excited to share the new version of nzoni.app with you all!

πŸš€ Updates:

  • Migration to Angular 18: Took advantage of all the latest performance improvements and features.
  • Signal Integration: Improved state management using Angular Signals for better reactivity.
  • Default User & Plan: Set up a default admin user and plan for easier access and testing.
  • Lint Tests: Introduced strict linting for cleaner code and better consistency.
  • Affiliate Program: Added an affiliate feature allowing users to earn through referrals.

πŸ’‘ Features:

  • Landing Page: Built-in and customizable.
  • Auth System: Supports email login, Google authentication, and magic links.
  • Blog: Ready to go with SSR and SEO optimization.
  • User & Admin Dashboards: Fully functional interfaces for both users and admins.
  • Email Templates: Pre-built templates for transactional emails.
  • Stripe Payments: Seamless integration for payments and subscriptions.

βš™οΈ Multi-Stack Options:

You can choose from:

  • Angular / Nest.js / PostgreSQL
  • Angular / Node.js / MongoDB
  • Angular / Node.js / Firebase

Nzoni v2 is a perfect fit for anyone looking to start building a SaaS with modern tooling, SSR, SEO optimization, and out-of-the-box authentication and payment integrations. I'm pretty happy with the migration results and would love any feedback or suggestions!

You can check it out at nzoni.app.

Let me know what you think! πŸ˜„

1 Comment
2024/10/21
13:08 UTC

1

Excel Export Out of Memory Error

Hi. I am using angular and springboot as my tech stack. When I am trying to export data in ui using ag grid exportToExcel function, it is giving me out of memory error for data having more than 200k rows. How can I tackle this issue?

0 Comments
2024/10/14
06:41 UTC

1

Framework for responsive design

I need to build a responsive application (Desktop to mobile) based on Angular.

  • Landing page with swiping cards
  • Login/register page
  • CRUD pages

It would be great to use as less CSS as possible. I've tried ionic, but it's mobile first and making it for desktop requires extra CSS work.
Looking for framework recommendations based on Angular.

5 Comments
2024/10/07
19:20 UTC

2

Angular Material Dialog - Prevent Unsaved Form Changes

0 Comments
2024/09/26
12:43 UTC

2

🦊 Jspreadsheet - Advanced JavaScript Data Grid for Angular

🦊 Jspreadsheet - Advanced JavaScript Data Grid for React

I've been working with Jspreadsheet and wanted to share it with the community! It’s a powerful JavaScript data grid.

Some features include:

  • 400+ Excel-like formulas
  • Real-time collaborative editing
  • Fast performance with large datasets
  • Built for modern frameworks like Angular

If you’re looking for a robust solution for your apps, give Jspreadsheet a look! I’d love to hear your feedback and thoughts on it. 😊

#angular #reactjs #vuejs #javascript #webdev #datagrid

1 Comment
2024/09/17
11:16 UTC

3

2 New Content Spoofing Vulnerabilities found in AngularJS: CVE-2024-8372 & CVE-2024-8373

0 Comments
2024/09/15
17:56 UTC

1

How to change ripple color of Angular Material button?

0 Comments
2024/09/13
03:05 UTC

0

Angualr Ionic errors

Hello everyone,

I’m a software engineering student and a beginner in the field. I’ve been facing some errors in my project and could really use some advice from this community.

Here are the errors I’m encountering

What would you recommend I do to resolve these issues? Any tips or resources would be greatly appreciated!

Thank you in advance for your help!

https://preview.redd.it/xgp078beiynd1.png?width=1335&format=png&auto=webp&s=d31c8b6c14cdc7169fc4ed0f01f80e7570b80953

https://preview.redd.it/fhmeo0ceiynd1.png?width=1319&format=png&auto=webp&s=aa4d7c993351feb38d6f93975ed8e60aa1cff6fe

https://preview.redd.it/srhbfeffiynd1.png?width=1339&format=png&auto=webp&s=6fae6649bc236a9add333eda3f6445c714b82cbc

0 Comments
2024/09/10
10:10 UTC

12

I wrote a vscode plugin that gives angular.js a modern development experience.

As part of my job, I maintain an angular.js frontend project that is still developing a lot of new features. I have considered upgrading the framework (e.g. switching to react, or upgrading to angular2+), but due to manpower and cost considerations, I have not been able to put it into practice. To improve the efficiency of development, I introduced typescript to the project last year, which greatly improved the maintainability of the project. This year, in order to have a modern development experience in html, I wrote a vscode plugin (Angular.js Helper) that provides auto-completion, hover hints, jump to definition, code highlighting and other features. I'm sharing it here for those who need it. This plugin is mainly used in conjunction with Typescript and is still in development, so there may be some issues and limitations that need to be improved. I'm looking forward to hearing what you think, and I'd be happy to hear from anyone who wants to improve it.

5 Comments
2024/09/09
13:29 UTC

0

Why does my website have white-space between block elements?

I just started learning Angular and have noticed when I use css background-color:gray; there will be white space all around my elements. Anyone know why that is or maybe how to fix it?

edit: adding the code fixes the white space between items, but there is still white space to the left, right, top & bottom of the page.

*{margin: 0;}
6 Comments
2024/09/08
02:33 UTC

1

Looking for a remote Angular job in the U.S.

I was laid off two months ago and the market has been pretty brutal. If anyone knows about an opportunity I'd greatly appreciate it. I'm a senior dev who has been working exclusively with Angular for the past 6+ years. I live on the west coast, willing to work hours for any time zone in the U.S.

Thank you.

1 Comment
2024/09/06
19:50 UTC

0

I want to learn API any one just a good tutorial

I known python and mysql

1 Comment
2024/09/06
01:06 UTC

0

I want to learn API any one just a good tutorial

0 Comments
2024/09/06
01:05 UTC

7

Visualize Angular components dependencies in vscode.

0 Comments
2024/08/30
12:52 UTC

3

Generate Angular Material Theme from Image

0 Comments
2024/08/22
03:41 UTC

Back To Top