This course has been updated! We now recommend you take the Angular 9 Fundamentals course.

Check out a free preview of the full Building Awesomer Apps with Angular course:
The "Challenge 2: Solution" Lesson is part of the full, Building Awesomer Apps with Angular course featured in this preview video. Here's what you'd learn in this lesson:

Lukas reviews the solution to Challenge 2.

Get Unlimited Access Now

Transcript from the "Challenge 2: Solution" Lesson

[00:00:00]
>> Lukas Ruebbelke: So was everybody here able to generate a component? Pretty easy, right? And the big thing here is that if you step through and you look at these components, they're pretty much all the same. See it says HTML, Spec, TS and that's enforced also by your lint. So this is, let me see here.

[00:00:35]
>> Lukas Ruebbelke: So using ng lint, hopefully this will pass. Yeah. Not a lot here, but you can check and see. Like did somebody mess something up? In fact, you can even run it with a flag that will actually fix your linting error so if you missed a space or something, the CLI would just fix that for you.

[00:00:50] So, handy robot army, I love it.