DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular2 is suitable for SPA only?

mikeandersun opened this issue · comments

@DanWahlin Please look at this quest SO. What is your idead about using Angular2 with ASP.NET Razor views that render from server.
Thanks a lot.

Angular 1 and 2 can definitely be used in conjunction with dynamically served Razor views. It's just a matter of giving the correct route for the template URL. Very common in companies that need to dynamically serve up views based on security settings or others.