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)
Why am I getting this error?pipe is not a function
This returns the dropdown options available to be displayed. I'm assuming the problem is with the .pipe but I can't seem to correct it.
return this.lasService.getLasDropDownOptions(true)
...
Matt
Votes: 0
Answers: 1
data: unknown Object is of type 'unknown'.ts in pipe and map functions in angular
I am trying to return some data in pipe and map operators in angular but getting this error: (parameter) data: unknown
Object is of type 'unknown'.ts(2571)
I am using angular 12+ version.
I was trying...
Ishdeep Singh
Votes: 0
Answers: 1
REACT - How Can I subscribe stream video data during webRTC with socket.io?
Now I try to develop the video chat web app with REACT.
And I try to catch when peer screen turns off the video.
here is my code,
function paintPeerFace(peerStream, id, remoteNickname) {
console.log(&...
Jang Seok Woo
Votes: 0
Answers: 1
ngOnInit having multiple NgRx store subscription
Am working on angular 13 version.I have 3 component.
Two of them having downtown list.While selecting these drop down, i will save selected value to NgRx store.
In my third component ,i have to subscr...
arj
Votes: 0
Answers: 1