I recently watched the video from Jason Teplitz's talk at Angular 
Connect: https://www.youtube.com/watch?v=Kz_zKXiNGSE

And I'm super excited about moving logic to workers. I'm a bit confused on 
whether to run a component on the UI Vs a worker and what the limitations 
are. 

What I thought of immediately was moving my Firebase services into a worker 
and piping the connections back into my UI but I haven't found much in the 
way of examples/guides for services. 

I did go to the gitHub repo from the 
lecture: https://github.com/jteplitz602/ng2_web_worker_starter_pack

And then bounced around Jason's public repo's which *seems* to have his 
examples from the talk:
 Table: https://github.com/jteplitz602/ng2_web_worker_scrolling_table 
Images: https://github.com/jteplitz602/ng2_web_worker_image_demo

I also found the "playground" on the main angular repo but I haven't seen 
much on using those and looking into some of them they are based on older 
versions of the Alpha.

The questions I have are:

   - Can I hook up services just as easy as the components?
   - Is there any writeup/tutorial/examples out there to help me that I 
   just haven't found?
   - Has the issues with Router been resolved?
   - When do I need to use the bus/messaging? It seems if I'm 100% Angular 
   I shouldn't need it

I'm not the strongest coder but I'm eager to learn and I appreciate any 
help folks are willing to provide. 

-Dennis

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to