Angular PWA Compatibility?
This looks awesome.
I've just started playing with Angular PWA. Making this work with Angular PWA structure shouldn't be hard but like I've said I don't have enough info on the subject yet. Is there an Angular example?
@davideast Have you seen this?
I don't have guidance specific to Angular at the moment, but with the way that Firebase Functions and Rendertron work together, it's not a huge leap to take a similar approach.
For instance, there's nothing specific in this example about the framework/lib; it just assumes you're using an app shell-style PWA. The only catch is the duplication of the initial shell in pwa.js, which you don't really have to do (I have a branch sitting locally that resolves this).
If there is a need for an Angular version of the this example, I'm sure we could sort that out.
AngularFirebase.com has an example. 👏🏻