What you should know - lordoftheflies/angular-essential-training GitHub Wiki

Selecting transcript lines in this section will navigate to timestamp in the video

  • So what do you need to know coming into this course? When you build web apps in Angular, you use a heavy dose of HTML and JavaScript. There's also a smattering of CSS, but it is not essential to learning how to work with Angular. Angular follows the HTML5 spec, so having a good grasp on not only HTML, but HTML5 specifically, will help when building markup with Angular. And at the heart of Angular is a ton of JavaScript. While you don't need to be an expert in it, the more JavaScript knowledge you have before coming into Angular, the easier it'll be to pick up. We will be leveraging some TypeScript as well, but most of that usage is around being able to write ECMAScript 2015 spec JavaScript, using things like classes and arrow functions. So coming in with either some TypeScript knowledge, or ES 2015 knowledge will be helpful.