pwa-firebase-functions-botrender icon indicating copy to clipboard operation
pwa-firebase-functions-botrender copied to clipboard

Angular PWA Compatibility?

Open bogacg opened this issue 7 years ago • 2 comments

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?

bogacg avatar Sep 05 '17 22:09 bogacg

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.

justinribeiro avatar Sep 05 '17 23:09 justinribeiro

AngularFirebase.com has an example. 👏🏻

bogacg avatar Nov 19 '17 21:11 bogacg