The HomeComponent template

Now that our QuizListComponent is properly referenced in the AppModule, we can add it to the HomeComponent template file.

Open the /ClientApp/app/components/home/home.component.html file and add the single highlighted line:

<h1>Greetings, stranger!</h1>
<p>This is what you get for messing up with .NET Core and Angular.</p>
<quiz-list></quiz-list>

That's all we need to do here; Angular and WebPack will handle the rest.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.22.61.218