Chapter 15. Introduction to Angular 2 Dart

Now that you have a good understanding of how Dart, HTML, and the DOM all work together, you can start to dive into Angular 2 and learn about the architecture that will eventually back the client portion of your Just-In-Time Airlines ticketing application.

Angular 2 is the second edition of the popular Angular framework from Google. It was developed to give client developers a consistent approach to building single page applications (SPAs) in the browser. Traditional web applications have centered on the request and response model to navigate between different pages. Single page applications forgo the full-page reload and instead use JavaScript to make asynchronous requests for data and then modify selected ...

Get Write Web Apps with Dart: Develop and Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.