BART!

Results 47 comments of BART!

@obsessen @da3monHunter Have you tried something like this? ```ts fetchAccessToken: async () => { const resp = await fetch(environment.graphqlRemote, { method: 'POST', headers: { Authorization: `JWT ${currentAccessToken}`, 'Content-Type': 'application/json' },...

Yes, that would be awesome! 👍 Any plans with this feature?

Can you please describe what are you trying to fix? ;)

@paxperscientiam Actually it's Samuel L. Ipsum and yes, it is awesome ;) https://slipsum.com/

Hi @jjozsi can you please provide any example where the event is not triggered? You can modify it in `demo` folder. Your solution looks good BUT `touchstart` is fired too...

What do you think about this update? https://github.com/bartholomej/material-scrolltop/tree/fix/mobile-click (Demo is also updated) As you can see, there is a hack with `:focus` to keep animation working :) https://github.com/bartholomej/material-scrolltop/commit/0f3cc02100443e35e9a70be1340b905087858cbc

Great job, guys! Actually, I still have two issues in this build. Some more info and updates in [my pullrequest](https://github.com/biesbjerg/ngx-translate-extract/pull/247#issuecomment-976993123) _Jeez! so many pull requests!_ 😁

Thanks to @venraij @tiberiuzuld @bartholomej we have a [new version for Angular 13](https://github.com/biesbjerg/ngx-translate-extract/pull/247#issuecomment-980095188). _I am using it in production already._ [Pull request](https://github.com/biesbjerg/ngx-translate-extract/pull/247) and [branch](https://github.com/bartholomej/ngx-translate-extract/tree/ng13) Hope you'll check it out soon...

@tarlepp Did you try this version? `v8.0.1` ```bash npm i @bartholomej/ngx-translate-extract --save-dev ```