@{ ViewBag.Title = "Home Page"; ViewBag.ngApp = "MusicStore.Store"; Layout = "/Views/Shared/_Layout.cshtml"; } @section NavBarItems {
@*@Html.InlineData("GenreMenuList", "GenresApi")*@ } @*@Html.InlineData("MostPopular", "AlbumsApi")*@ @section Scripts { @* TODO: This is currently all the compiled TypeScript, non-minified. Need to explore options for alternate loading schemes, e.g. AMD loader of individual modules, min vs. non-min, etc. *@ }