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
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?
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.
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?
The text was updated successfully, but these errors were encountered: