Bootcamp
Study group
Collaborate with peers in your dedicated #study-group channel.
Code reviews
Submit projects for review using the /review
command in your #code-reviews channel
Join 17928 other students
Log in to get
Subscribe to access to this course and ALL other courses. You get a 30-day money-back guarantee, no questions asked.
Subscription includes
This massive tutorial teaches you Angular through 33 screencasts. It's taught by well-known Angular expert Dan Wahlin, who'll ensure that you get the foundation you need in order to start buidling apps with Angular.
This course contains 35 interactive scrims
Anglular CLI
Componets
Modules
Creating Lists
Shared modules
Interfaces
Data binding
Directives
Interpolation
Event binding
Input properties
Pipes
Angular services & HTTP
Routing
Before taking this course, you should have a basic understanding of HTML, CSS, and JavaScript. Here’s our suggested resources to get you up to speed.
Dan is a Google Developer Expert who’s provided training, architecture, and development services for some of the biggest corporations in the industry and created some of the most popular training courses on Udemy and Pluralsight. He’s also a regular speaker at developer conferences around the world.
Follow me on twitterBy learning Angular you'll greatly increase your chances of getting a job as a front-end developer! So in this course, the well-known Angular expert Dan Wahlin will teach you the framework through building a real-world application.
The course is split into several sections. In the introduction, you'll learn about the app you'll be building and the concepts you'll learn. Next up, you'll learn about components and modules, before we continue on with data binding. Then you'll learn about services and http and finally routing.
Throughout the course you'll be building an app which displays customer orders. Wahlin has chosen this project carefully, as it'll teach you all the core concepts behind Angular. So be prepared for 36 value-packed screencasts.
About the instructor:
Dan Wahlin has developed applications and provided architecture guidance and training to some of the largest (and smallest) companies in the world. He's also the man behind multiple successful courses on Udemy and Pluralsight, the co-author of several books and writer of technical docs for companies such as Microsoft, Google and others.
You can follow Dan Wahlin on Twitter here.
Learning alone can be lonely. Click here to join our Discord server and connect with other Scrimba learners!
It depends on what you mean by learning Angular. To someone who has learnt Angular: a person capable of building and deploying a production-ready Angular application in a reasonable timeframe. The short answer is it will probably take between 6 to 12 months.
Coming to it is easy and difficult. If you have good knowledge of JavaScript, CSS and HTML, Angular is easy to learn. If you start learning and decide to jump straight into Angular, it would be very difficult. The good thing is you do not need any background knowledge of Angular JS to learn the all-new Angular.
HTML, CSS and JavaScript basics. Knowing a bit of TypeScript is highly beneficial.
AngularJS – or as some may prefer: Angular 1 – was created in 2009. It brings us two‑way data binding and lets us see data changes in JavaScript automatically shown on the UI. Just Angular are subsequent versions from 2 onwards. These use TypeScript as their main language. There are many more differences, especially comparing to Angular 7.