Skip to main content

Questions tagged [angular]

9 votes
4 answers
4k views

I'm a .Net and Angular developer who's been working with OO languages throughout my education and work history. Lately I've been thinking about spending some time with one of the functional ...
human17's user avatar
  • 425
4 votes
4 answers
863 views

I have a project with .net core web api backend and angular as front end. I have single repository for both the projects with front end and backend in their own separate folders. I have written ...
Pawan Nogariya's user avatar
3 votes
2 answers
371 views

I am creating a MEAN stack application. I have noticed by chance that whenever I send the credentials of the user to the backend, I can "fish" it from the network option on the browser (F12). See ...
Jorge Guerra Pires's user avatar
3 votes
1 answer
6k views

I think I am just look for a bit of code review advice. It might possibly be a methodology question? Essentially when I am pulling data (usually from a REST request), I generate a service, then ...
MZawg's user avatar
  • 443
3 votes
1 answer
427 views

I am currently working in a team, which, when I joined them did not do any sort of unit or integration testing. Over the last 2 years I have bit by bit pushed dotnet unit testing to a point where it ...
human17's user avatar
  • 425
3 votes
1 answer
478 views

TL;DR I have a moderately sized/complexity web application (Angular 11) in one repo and a standalone REST API (.NET Core 3 / C#) in another repo, and am trying to figure out the most efficient way to ...
Kurtis Jungersen's user avatar
2 votes
2 answers
547 views

I was looking at the angular documentation and noticed this code: export class QuestionBase<T> { value: T; key: string; label: string; required: boolean; order: number; controlType: ...
p32094's user avatar
  • 187
2 votes
2 answers
3k views

I was reading these best practices for Angular project specifically for understanding models and DTOs. What I have understood in general from different resources and the above one also is that We ...
Pawan Nogariya's user avatar
2 votes
1 answer
1k views

I have a complex Angular app which has a large number of UI components. I have a central NgRX store. I have a 'pure' data model in the store which gets updated via the backend and via user input. ...
Journeyman's user avatar
2 votes
1 answer
125 views

I know the proper folder structure for an Angular application should be like this: /app /core module /components /services /feature module /components /services ...
user avatar
2 votes
1 answer
726 views

I am trying to determine which is the best arquitecture to my application, I am planning to use python, mysql, angular and flask as an intermediate between python and angular. I have all the shots of ...
agm's user avatar
  • 147
2 votes
1 answer
512 views

I have a web-app with multiple functionalities and each functionality has multiple workflow/process. For example, Workflow A has Steps A => Step F, Workflow B has Steps A1 => Steps G1 and many more ...
sd1517's user avatar
  • 151
2 votes
0 answers
71 views

We're building a new feature for an online editor that the user will not edit the document, but will be able to highlight & propose edits on the document. Very similar to google documents' ...
Bora's user avatar
  • 153
1 vote
4 answers
492 views

I am looking to create a multi-page web app. I had begun the construction of this web app in angularJS when I realized this was no longer being supported. I am early enough in development that it isn'...
Runeaway3's user avatar
  • 173
1 vote
2 answers
2k views

I am building an Angular web application with a RESTful backend. I plan on using semantic versioning to differentiate between different releases. I've already read a bit about how to implement ...
Maurice's user avatar
  • 133

15 30 50 per page