python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I'm loosing values in parameter service when I refresh pages in Angular
I'm using msal angular library to log users in my app.
Once the user has logged I save the value in my parameter service to share it with the rest of the components.
parameter.service.ts
@Injectable(...
kintela
Votes: 0
Answers: 0
Storing values from components into a global service
I am trying to create a global service which will store the data from components, and using this global service I want to create a breadcrumb based on the specific values present in the service.
I hav...
David Jackson
Votes: 0
Answers: 1
Bad Request: Angular service call to ASP.Net CORE Web API
I have an angular service that is called on a form submit. However when I try to pass a complex object public NewDogCreation(dog: Dog), its returning a 400 Bad Request. If I change the signature of th...
Alex
Votes: 0
Answers: 1
I currently have an Angular service that contains the functionality I need. How can I have the service interact with a component?
I would like to know how I can successfully have my service pass its data to the required component that is located in a different directory.
Component
import {Component, Inject, OnInit} from '@angula...
Matt
Votes: 0
Answers: 2