You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent work around #32967, it could be valuable to developers if we provided a sample that auto-generates components for JavaScript SPA frameworks (e.g. Angular) from existing Razor components.
This sample could integrate into the existing build process - all it would take is editing the Razor component and rebuilding, and the corresponding Angular component would be automatically updated.
Developers could then take the sample and tweak it to their own needs, integrating it with whichever JavaScript framework they're using.