You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when method contain return type as promise
then comments is not generated properly
Example :
/**
* @param {IRequest[]} test
* @returns Observable
* @description this method call API that returns lookup data.
*/
getUserDetails(test: IRequest[]): Observable<ILeaveLookUp | ErrorObservable> {
when method contain return type as promise
then comments is not generated properly
Example :
/**
* @param {IRequest[]} test
* @returns Observable
* @description this method call API that returns lookup data.
*/
getUserDetails(test: IRequest[]): Observable<ILeaveLookUp | ErrorObservable> {