A Journey to Angular Development: Learn Angular Fundamentals, TypeScript, Webpack, Routing, Directives, Components, Forms, and Modules with Practical Examples by Sukesh Marla

A Journey to Angular Development: Learn Angular Fundamentals, TypeScript, Webpack, Routing, Directives, Components, Forms, and Modules with Practical Examples by Sukesh Marla

Author:Sukesh Marla [Marla, Sukesh]
Language: eng
Format: epub
Publisher: BPB Publications
Published: 2021-08-15T00:00:00+00:00


Step 61: Check the output

This time you will get a weird output.

Figure 16.7

Discussion – Continued

In the preceding output, you can see three rows. It means the API has returned a list with three records. This time let’s troubleshoot the problem in a new way.

Open the CustomerComponent template and then create the div element after the nav element as follows:

……

</nav>

<div>

{{Customers$|async}}

</div>

<div class=”container-fluid pt-3”>

……

Now check the output.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.