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
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
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> {