We're a place where coders share, stay up-to-date and grow their careers.
Nice article! Thanks
ngOnInit() { this.showBefore() this.init.next() // why do we need it? AsyncSubject emits onComplete, doesnt it? this.init.complete() // possibly it is enough }
Btw interesting usage of AsyncSubject.
You're right, it's not strictly necessary :)
Nice article! Thanks
ngOnInit() {
this.showBefore()
this.init.next() // why do we need it? AsyncSubject emits onComplete, doesnt it?
this.init.complete() // possibly it is enough
}
Btw interesting usage of AsyncSubject.
You're right, it's not strictly necessary :)