Results 89 comments of Craig Spence
trafficstars

Different versions of the Angular compiler generate different versions of the required metadata. I guess you need to match the right versions of the lib with the right versions of...

Maybe we add the memory fallback and make it more generic client side storage

I think the best way to do this is to have a second service, like this: @Injectable() export class SessionStorageService extends LocalStorageService { constructor () { super({ storageType: 'sessionStorage' });...

That's currently available. We're using the same mechanism to split our localStorage so we can manage parts of it differently, e.g. clearing some values when a user logs out. You...

Hi there, are you sure that isn't just how they're being displayed? I haven't got access to IE to check, some more info would be useful. Thanks!

So there isn't a workaround - it requires reworking quite a bit of Betterer code to work with ES Modules. That's something I want to do anyway but it's a...

Hey! Sorry, I am still working away at this, but it's quite a lot of annoying refactoring of test frameworks and stuff. I haven't had a lot of time to...

Hey! Yeah that doesn't particularly surprise me. Each test is going to create a worker thread and then have to open all those files and check them. My suggestion would...

Yeah I guess this wasn't working properly in `5.0.0-alpha.0`, so if you're still on that version, please update to latest and try it again.