Carlo Moretti

Results 5 issues of Carlo Moretti

How is it possible your library doesn't feature a proper reset for the whole wizard? Like some method to re-start the steps with clear form fields? I tried this code...

I'm trying to use obervable queries to detect when the user is logged in my application in order to start fetching data in background with correct authorization token. ``` ......

enhancement
help wanted

Is there any `@types` for this?

I can't find the `@types` for this library

enhancement

I'm trying to use a custom field to pass the Facebook Access Token in the request body like this: ``` passport.use( 'facebook', new FacebookTokenStrategy( { clientID: config.api.social.facebook.appId, clientSecret: config.api.social.facebook.appSecret, //...