python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How we can replace Effect code with createEffect in angular for logging..?
Can anyone please help me out with how I can convert below Effect code with createEffect? As we know that effect is already deprecated.?
@Effect()
LogIn: Observable<any> = this.actions.pipe(
...
Manoj Kumar
Votes: 0
Answers: 1
Angular 13 - Cannot use namespace as a type.ts(2709)
Am working on angular 13 version.Trying to import and use action file inside a .spec file shows an error like below
Cannot use namespace 'MyActions' as a type.ts(2709)
This is my spec file
import * ...
arj
Votes: 0
Answers: 1
Any examples on getting ngx-formly to work correctly with ngrx?
I'm trying to learn ngx-formly and ngrx for a project at work, does anyone know how to correctly get ngx-formly to bind/ update the ngrx store correctly?
I can get my data to initialize from the store...
Tom Yee
Votes: 0
Answers: 1