Upgrade to Pro — share decks privately, control downloads, hide ads and more …

BLIBLIDOTCOM - ANGULARJS

BLIBLIDOTCOM - ANGULARJS

BLIBLIDOTCOM - ANGULARJS

Irfan Maulana

March 14, 2017
Tweet

More Decks by Irfan Maulana

Other Decks in Programming

Transcript

  1. ABOUT ME • Name : Irfan Maulana • Job :

    Software Development Engineer • Role : Front End Developer
  2. > MODEL > VIEW > CONTROLLER All the logic that

    control the model than react all changes triggered by view
  3. EXAMPLE 3 : Services Source code : https://github.com/mazipan/angularjs-basic- tutorial/tree/master/example3-services You

    Learn : + How to create service in AngularJS + Inject service to controller + Instance many controller in One WebApp + Sharing data between controller
  4. Exercise Create AngularJS Web Application that have CRUD interaction base

    on below API : https://jsonplaceholder.typicode.com/