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
when save excel file on angular 8 get error Failed to execute createObjectURL?
I work on angular 8 I face issue when save excel file I get error as below :
ERROR TypeError: Failed to execute 'createObjectURL' on 'URL': Overload resolution failed.
at Function.a [as saveAs] (F...
ahmed barbary
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
Could not check all check boxes after click CheckAll
I am trying to make a custom-checkbox component.
when I checkedAll check box, the value of _selectedItems has changed in .ts file, but not in UI.
similarly, after checked all of the checkbox(ie: _sele...
hanushi
Votes: 0
Answers: 0