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

Introduction to Angular JS

Introduction to Angular JS

Avatar for Charli Echauri

Charli Echauri

October 31, 2016
Tweet

Other Decks in Programming

Transcript

  1. Agenda • ¿What is Angular JS? • Installation • Node

    • NPM • Bower • Managing dependencies • Gulp • JavaScript fundamentals • Declaring objects and arrays • Functions • Array functions • JSON
  2. Agenda • Angular main components • Modules • Config and

    Run • Directives • Templates • Controllers • Providers • Values, Factories, Services and Constants • Resources
  3. ¿What is Angular JS? • AngularJS is a structural framework

    for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology. • “HTML compiler”
  4. Angular main components (demo) • Modules • Config and Run

    • Directives • Templates • Controllers • Providers • Values, Factories, Servicesand Constants
  5. Resources • Eloquent JavaScript • Node • NPM • Bower

    • Gulp • Angular JS • Angular JS Developer guide • John Papa’s style guide • Shaping up with Angular (Code School course - Free)