Book Image

ASP .NET Core 2 and Angular 5 [Video]

By : Valerio De Sanctis
Book Image

ASP .NET Core 2 and Angular 5 [Video]

By: Valerio De Sanctis

Overview of this book

<p>Writing code is about striking a balance between maintainability and productivity—how quickly you can write it against how much more you have to write in the future. This is a guide that will help you become fluent in both frontend and backend web development by combining the impressive capabilities of ASP.NET Core 2 and Angular 5, from project setup right through the deployment phase. Not only will you learn how Angular 2 can complement your .NET skills and toolkit, you'll also learn everything you need to build a complete dynamic single-page application.</p> <p>You will use the ASP.NET Core MVC framework to implement a backend with API calls and server-side routing. You will also learn how to put the frontend together using top-notch Angular 5 features for a responsive and mobile-friendly UI</p> <p>The code bundle for this video course is available at-&nbsp;<a href="https://github.com/PacktPublishing/ASP-.NET-Core-and-Angular-5" target="_blank">https://github.com/PacktPublishing/ASP-.NET-Core-and-Angular-5</a></p> <h1>Style and Approach</h1> <p>More than just a technical manual, this guide takes you through the most important technical facets of developing with these two hugely popular frameworks and then demonstrates how to put those skills into practice. This course recognizes that what's really important is the end product.</p>
Table of Contents (6 chapters)
Chapter 3
Frontend with Angular
Content Locked
Section 2
Adding Additional Lists
Our Home View isn’t done yet; two out of three item lists are yet to be done, at least on the client-side. We’re talking about the most viewed items and the randomly picked ones; let’s add them to the loop. - Configure the AppComponent HTML template - Debug our client app - Implement ngOnInit