1 min readFeb 10, 2019
I just got a typing error building an Angular Schematic, and I was getting Observable<Promise<Tree>> is not equal to Observable<Tree>
And this method was the only way to get it working properly.
Thanks Uday Hiwarale!
I just got a typing error building an Angular Schematic, and I was getting Observable<Promise<Tree>> is not equal to Observable<Tree>
And this method was the only way to get it working properly.
Thanks Uday Hiwarale!