Tag: angular

  • Angular 2 Tutorial (2016) – HTTP (GET and POST to RESTful Service)

    Angular 2 Tutorial (2016) – HTTP (GET and POST to RESTful Service)

    Want much more Angular 2? Also check out my brand-new Udemy course, which will go into much more detail than this video series. Get it now for only $15: … Original source

  • Qué aprender de Javascript en el 2017

    En este PlatziLive, Freddy Vega (@freddier) te cuenta acerca de las librerías y frameworks que debes aprender en este 2017 para mantenerte actualizado en las últimas tendencias de JavaScript, el lenguaje en el que corre todo internet en tu navegador. ———————————————————————- Todo esto y más, en http://platzi.com ¡Suscríbete a nosotros! Facebook: http://bit.ly/platzifb Aquí, en YouTube:…

  • Javascript Closure tutorial ( Closures Explained )

    What are closures in javaScript and how and where to use them. So what is closure in javascript? “whenever you declare a function inside another function, the inside function(s) is/are recreated again each time the outside function is called” “Closures are functions that refer to independent (free) variables. In other words, the function defined in…