I'm trying to create some kind of hybrid of ASP.NET and Angular 2 application. My goal is to avoid rewriting the whole (rather big if not huge) web site from scratch. The question if it's possible (I afraid I already know the answer but still). As far as I know:
- Nothing prevents from pointing to aspx page in templateUrl of a component - The first line of aspx page can be just a standard one and point to server-side c# (<%@ Page Language="C#" AutoEventWireup="true" CodeBehind= "myapp.aspx.cs" Inherits="myapp.myclass" %>) - When component gets (lazily) loaded the server-side gets executed (and initialises all asp.net controls on the page) BUT - no further communication with server-side page (myapp.aspx.cs) seems to be possible after component is loaded (at least using ASP.NET style). I spent few days trying to make it work and decided to ask before giving up. Any ideas? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
