Fix server-side prerendering in Angular 2 Music Store sample on RC2

This commit is contained in:
SteveSandersonMS 2016-04-08 14:20:30 +01:00
parent e898ac974a
commit 5a705f6dd6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@using MusicStore @using MusicStore
@using Microsoft.AspNet.AngularServices @using Microsoft.AspNet.AngularServices
@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers" @addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"
@addTagHelper "*, Microsoft.AspNet.AngularServices" @addTagHelper "*, Microsoft.AspNet.SpaServices"