Guest User

Untitled

a guest
Feb 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ## Modules
  2. Chunks of code that contain routes, views, components, services
  3.  
  4. ## Routing & Views
  5. Controls navigation for the user, creates the Controllers and Views.
  6.  
  7. ## Controllers
  8. Responsible for View Logic and exposing properties for View binding.
  9.  
  10. ## Components
  11. Declare new templates, bind and display Controller properties
  12.  
  13. ## Directives
  14. Bind to existing HTML and add new behavior.
  15.  
  16. ## Services
  17. Contains Business Logic, non-View specific, such as API requests
Add Comment
Please, Sign In to add comment