Skip to main content

Questions tagged [angular2]

-2 votes
1 answer
657 views

I have an angular SPA that runs in an office add-in (word) that I need to authenticate against Azure AD using Oauth2, consume resources from multiple apis and make graph calls. I have been successful ...
Josh Engel's user avatar
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
0 votes
1 answer
340 views

I am working in Angular project which is connected to REST API. Here we have an endpoint to create and update room types. POST endpoint for create and PUT endpoint for update exiting room types. Both ...
Nuwan's user avatar
  • 1
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
1 vote
0 answers
56 views

I am creating a grid using ag-grid. Here I want to create custom dynamic cell editors. Which show different edit fields based on the value inside the cell. I got the idea from here. This question is ...
Yannick's user avatar
  • 19
1 vote
2 answers
426 views

I use Spring for backend work and Angular for frontend and maintain each in separate repositories. This was because I considered both the frontend and backend completely separate projects, IE a new ...
Seth Falco's user avatar
0 votes
1 answer
98 views

I am currently working on an internal storehouse management system for a certain company. They wanted it to be a web app so that they can use it without installation on any devices. We decided to ...
Valhaal's user avatar
  • 13
2 votes
1 answer
2k views

I have a pretty general question about the design of Angular web applications. I'm a big fan of writing services. Sometimes I write services that have only utility methods that don't require state at ...
Joshua Schroijen's user avatar
-1 votes
1 answer
148 views

I'm learning angular and have been reading about various backend solutions like direct db access, REST, and graphql. One thing I haven't seen addressed anywhere yet is how do you protect privileged ...
Kempeth's user avatar
  • 230
1 vote
2 answers
9k views

I am building my first web application, it links to the serverside through RESTfull Web API (Angular on client side, ASP.Net Core and EF Core on serverside, Automapper to map API Resources to/from ...
Superman.Lopez's user avatar
-2 votes
1 answer
264 views

I started a new job with a greenfield site in Angular to create a website from an old desktop app. I gave a presentation guided by my Supervisor who wants game style top icon menus to cut down on ...
Andrew Day's user avatar
2 votes
2 answers
150 views

I'm trying to set up a good class diagram for my Angular application, however I have a problem figuring out how to solve the following situation: I created a base Link class that can be used anywhere ...
BigBawss's user avatar
2 votes
0 answers
4k views

I have created a Angular 7 web app data-driven display of navigation items and content to be shown when a nav item is selected. I have the following nav item interface: interface NavItem { title: ...
taylorswiftfan's user avatar
0 votes
1 answer
664 views

I have recently started diving deeper into Angular 7 (with Ionic 3) and I have written a lot of code so far, and I have child & parent component relationships - but never like this before. I am ...
Kagiso Marvin Molekwa's user avatar
4 votes
1 answer
3k views

I am writing a potentially large web application using Angular 7, where I came across a design problem. My angular applications until now have been relatively small, so there was no problem keeping ...
Miha Jamsek's user avatar

15 30 50 per page