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
The current version of strong-docs running on http://apidocs.strongloop.com/ does not render methods like User.isAuthenticated and User.getCurrentId. When I revert #67 and reinstall dependencies, the methods are rendered again.
Steps to reproduce:
$ git clone git@github.com:strongloop/loopback-sdk-angular.git
$ cd loopback-sdk-angular
$ npm install
$ sdocs -p
# open http://localhost:3000/#user
The current version of strong-docs running on http://apidocs.strongloop.com/ does not render methods like
User.isAuthenticated
andUser.getCurrentId
. When I revert #67 and reinstall dependencies, the methods are rendered again.Steps to reproduce:
@hacksparrow could you PTAL?
The text was updated successfully, but these errors were encountered: