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
it seems inline code highlighting is not supported when using @param and @returns
/**
* Calls the `HttpService` to `get` an observable http response, which is then mapped to return an observable
* of `BaseModel` (or other model if the method is called from an extending service.
* Should there be an error, the method returns and observable error.
*
* @param {string} id The `mongo` _id for the model that is being requested
* @returns The method returns an observable of `any` in order to support
* extending services for other model types
*/
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
lockbot
locked as resolved and limited conversation to collaborators
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it seems inline
code highlighting
is not supported when using@param
and@returns
The text was updated successfully, but these errors were encountered: