Book Image

Learning Angular for Django Developers [Video]

By : Vitaliy Kucheryaviy
1 (1)
Book Image

Learning Angular for Django Developers [Video]

1 (1)
By: Vitaliy Kucheryaviy

Overview of this book

<p>Want to build amazing web applications using Python as a programming language? This course will enhance your skills by using Angular to build the front end and Django, a Python framework, to build the back end.</p> <p>This course walks you through the complete process of both front-end and back-end development using Python and Angular. You’ll build a real-world card dealer website during the course. You’ll add features such as car components choice, homepage videos, compelling graphics, and different car models to choose from. This way, customers will get a functional and attractive web application. Finally, you’ll learn to deploy the application on Amazon Web Services (AWS).</p> <p>By the end of the course, you’ll be able to combine the powers of your favorite language—Python—with Angular to provide an end-to-end web development solution.<br />The code bundle for this video course is available at-&nbsp;<a href="https://github.com/PacktPublishing/Learning-Angular-For-Django-Developers" target="_blank">https://github.com/PacktPublishing/Learning-Angular-For-Django-Developers</a></p> <h1>Style and Approach</h1> <p>This video takes you through a real world step-by-step approach to build a full-stack web application with Angular and integrate it with a Django project using REST.</p>
Table of Contents (4 chapters)
Chapter 2
Build Your Business Logic
Content Locked
Section 3
Implementing – Exterior
In this video, learn about the exterior step and communication between components. - Learn about passing data to components and converting to child components - Learn about @Output and event emitters to communicate with parent elements - Implement custom color picker component