Posts by Andrey Tsuzuki • 11 points
2 posts
-
0
votes1
answer347
viewsQ: How to chain async functions in typescript?
I have two asynchronous functions A and B. How do I initialize function B only after function A is complete? import { Component } from '@angular/core'; import { Options } from 'fullcalendar'; import…
-
0
votes0
answers58
viewsQ: Angular API folder (how to mount this project?)
I took this project from a tutorial. The porblema is that it does not clarify where I have to put the folder "api" inside the Angular CLI project is giving error and the sql connection does not…