/r/angularjs

Photograph via snooOG

A community for the awesome MVC JS framework.

/r/angularjs

55,224 Subscribers

1

NullInjectorError: No provider for Store!

Getting this error in a plain ngrx module created from nx command.

https://preview.redd.it/gbebfmvv4csc1.png?width=1919&format=png&auto=webp&s=1e9056fc0208171dd154f1052ebf9f595fb9173d

Earlier I got the same error for EffectsRootModule. I tried importing EffectsModule.forRoot([]). That fixed the error for EffectModules. But now I get the same error for store.

Github link: https://github.com/Saumyaraj8178/personal-portfolio.git

https://preview.redd.it/o6np5esc4csc1.png?width=1352&format=png&auto=webp&s=4016180c30a07fa258eb1a53be5c6d5950d29ee9

0 Comments
2024/04/03
21:48 UTC

1

Why @angular-devkit/build-angular shows as <error>?

After @angular/cli installation, why @angular-devkit/build-angular shows an error? Is it specific issue in 18.17.1?

Due to this ng build failed with below errors.

Workspace extension with invalid name (defaultProject) found. Node packages may not be installed try installing with 'npm install'. Could not find the "@angular-devkit/build-angular:browser" builder's node package

If I trird to do 'npm install @angular-devkit/build-angular', it gave me the following errors.

Fix the upstream dependency conflict, or retry with --force or --legacy-peer-deps.

  1. If I tried to do 'npm install @angular-devkit/build-angular --force', it gave me the following errors.

error code E503 error 503 Service Unavailable - GET http://<registry url>

Node version is 18.17.1

Angular version 17.3.2

0 Comments
2024/03/28
15:04 UTC

2

I added Firebase and Node.js as backend for Angular SAAS Boilerplate

I recently shared a post about the Angular SAAS boilerplate built with Nest.js/Node.js as backend, designed to help developers launch their SAAS projects quickly and enter the market as soon as possible.
Many people appreciated it and requested that I add a Node.js/Firebase backend. And that's exactly what I've done – I've integrated Node.js and Firebase with Angular to make it handling for everyone.

I made sure to include all the necessary features to quickly launch a SAAS without having to redo repetitive tasks.

Here are the features you'll find in this boilerplate:

  • User Authentication (Password/email, Google auth & magic link)
  • Tailwind CSS components
  • Email Templates
  • Landing Page
  • Customer Portal
  • Blog Management
  • Stripe Payment (Webhook, subscription, one-time payment, ...)
  • Super Admin

I hope this will help you take quick action and accelerate SAAS development.

If you're interested, you can learn more at this link: https://nzoni.app/angular-firebase-nodejs-boilerplate/

Happy coding!!!

1 Comment
2024/03/26
08:41 UTC

1

HttpOnly cookies aren't set in browser Angular 17/ Springboot

0 Comments
2024/03/25
23:35 UTC

1

Angular SSR: I need to fetch data before sending back the HTML. How to do that?

I have an SPA similar to Instagram. Now I want to introduce SSR for SEO reasons. I have the following issue. Let's look at profiles as an example. In the HTML that the express server will return, I want to have things like bio, personal website, username, image, ... loaded. So I need to make a request to my database, which is async.

  1. I guess that will delay the server responding time, right? Is that discouraged? Any way to improve this?
  2. On the other hand, I don't want to fetch the user's posts. That part should still be fetched on the client side. So I have some async operations that I want on the server side, and others on the client side. How can I make this distinction?

And how to make Angular SSR wait for the async operation to finish? So, how to implement what I just described? Thank you very much!

0 Comments
2024/03/24
19:12 UTC

1

I added Node.js/MongoDB as the Backend for Angular SAAS Boilerplate

I recently shared a post about the Angular SAAS boilerplate built with Nest.js, designed to help developers launch their SAAS projects quickly and enter the market as soon as possible.
Many people appreciated it and requested that I add a Node.js/MongoDB backend. And that's exactly what I've done – I've integrated Node.js, Express.js, and MongoDB with Angular to make it MEAN stack ready.

I made sure to include all the necessary features to quickly launch a SAAS without having to redo repetitive tasks.

Here are the features you'll find in this boilerplate:

  • User Authentication (Password/email, Google auth & magic link)
  • Tailwind CSS components
  • Email Templates
  • Landing Page
  • Customer Portal
  • Blog Management
  • Stripe Payment (Webhook, subscription, one-time payment, ...)
  • Super Admin

I hope this will help you take quick action and accelerate SAAS development.

If you're interested, you can learn more at this link: https://nzoni.app

Happy coding!!!

0 Comments
2024/03/19
16:10 UTC

1

Project Showcase - Recommendit

recommendit.ink

My first project in the Angular .Net stack.

Recommendit uses machine learning models to convert show descriptions to vectors and recommend shows based on users' input.

Let me know what you think!

0 Comments
2024/03/19
10:40 UTC

0

Which udemy course is better to learn reactjs and angularjs for beginners? Can you mention the courses order as well. Thank you in advance.

Help wanted

1 Comment
2024/03/18
05:05 UTC

1

what's the best way to close and open a sidebar by clicking on one element in angular for beginners?

I searched a little bit and i found solution like services, but it hard for to me to understand it

thank you in advance

0 Comments
2024/03/17
07:06 UTC

1

Survey for an analysis for bachelor thesis

Hi!!

I am doing research about Angular VS Blazor and I made a short enquete to plot some graphs. If you have experience as a web dev with Blazor or Angular and have 3 minutes spare time, please help me out! :)

https://forms.gle/kd2ZvDByCiJwsA7e9

0 Comments
2024/03/16
15:36 UTC

2

I want help with a angular assignment which I'm supposed to submit today

I was asked to complete a angular app as part of an interview process. The apps works fine in localhost but I want to host it. Now for this when I run ng build, the building process is taking too long. My project size is 468MB. Any suggestions as to how I can improve the build time?

0 Comments
2024/03/11
05:39 UTC

1

I want to develop a website for building my online portfolio. Any Suggestions?

8 Comments
2024/02/27
05:09 UTC

0

Engineering-memes

We are doing this scientific research again and we need your honest answer (for males only): which coordinates do you piss in?

1 Comment
2024/02/25
05:29 UTC

5

🎈 Balloons popping game in Angular 17.2 with Signals and Signal Queries

Worked on this fun and learn tutorial of creating a really simple but fun game using Angular with some of the latest features in Angular 17 including signals, signal queries, and the animation builder API. I would love your feedback on this.

0 Comments
2024/02/23
08:32 UTC

1

Regarding SSR Deployment

Has anyone deployed Angular version 17 in SSR mode ? If so where ? Would you be kind enough to share your steps? I have been trying and searching a lot to deploy on firebase but not finding any good solutions. Any help would be much appreciated

Update: solved

  1. Firebase init to initialize in root directory (where src exists)
  2. The public directory path is dist/project-name/browser
  3. When asked for configure for single page app say yes

That's it the rest of them are default things

5 Comments
2024/02/18
06:15 UTC

1

Mat-table performance

Hello All, I need a suggestion on Mat table I rendering the 20 Row & column on mat table Once the table load when I click any button from that page it's taking 3 second for the action

Please help I'm new to angular

0 Comments
2024/02/18
05:53 UTC

5

New High Severity CVE-2024-21490 found in AngularJS

If you are still on AngularJS, you should read this blog:

https://www.herodevs.com/blog-posts/addressing-the-latest-angularjs-cve-2024-21490

5 Comments
2024/02/15
19:49 UTC

1

New Control Flow in Angular | New Angular17 Control Flow

1 Comment
2024/02/13
10:08 UTC

1

Integration of Angular app with #YouTube

0 Comments
2024/02/02
07:45 UTC

Back To Top