Angular 2 can serve as the primary MVC framework for your application, or it can supplement a server-side solution like Laravel or ASP.NET. In this course, Derek Peruo guides you through the process of transforming your Angular 2 single-page application (SPA) into a widget-based application for use with server-side frameworks. Plus, he goes into single-page and widget-based architectures, as well as common patterns for communicating between your server-side and client-side frameworks.
Topics include:
- Single-page applications and widget-based applications
- Creating a new Laravel project
- Moving Angular files into Laravel
- Migrating Angular routing and Angular modules
- Using global variables
- Adding stateless API routes
- Using basic REST requests
- Using route parameters in controllers