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

Angular Js Fundamental

Angular Js Fundamental

As my first talk in GDG DevFest Tlemcen, I conducted a workshop about AngularJs and it's fundamentals.

Yassine Tasfaout

March 28, 2017
Tweet

More Decks by Yassine Tasfaout

Other Decks in Programming

Transcript

  1. WHAT IS ANGULAR JS? An MVC framework for building dynamic

    web application especially SPA (Single Page Application)
  2. DATA BINDING • Display data within the view and updates

    in the view will communicate data changes in our model (Two way data binding).
  3. MODULES • Basically a module is a container for your

    controller, service, filter or directive. which can be linked via dependency injection.