In this chapter, I build on the Angular and ASP.NET Core MVC features from earlier chapters to create the basic administration features required by the application. To keep the example application manageable, I don’t use all of the features that allowed me to demonstrate different aspects of Angular or ASP.NET Core MVC programming in earlier chapters, but I create enough new functionality to show that new additions can be assembled quickly and easily once the right foundation is in place. Table 10-1 puts this chapter in context.
Table 10-1.
Putting Administration Features ...