Angular 2 Projects

Watch Angular 2 Projects

  • 2016
  • 1 Season

Angular 2 Projects from Packt Publishing is a dynamic and engaging show that is tailor-made for software developers and enthusiasts who are looking for insights and concepts about using Angular 2 to build complex and innovative web applications. The show, which features Levi Botelho, one of the top web developers in the industry, is packed with practical examples and real-life situations that software developers can leverage to improve their Angular 2 development skills.

In each episode of the show, Levi Botelho takes his audience through relevant Angular 2 tutorials and code samples, starting with the fundamentals and gradually progressing to more advanced concepts. Viewers can expect to encounter a variety of engaging topics, including Component-based architecture, Observables, Routing & Navigation, Reactive Forms, ngModules, etc.

The show's approach to presenting Angular 2 projects is unique and highly interactive. Levi Botelho provides a comprehensive and step-by-step guide that allows viewers to learn and master the skills needed to build complex and highly functional web applications using Angular 2.

One outstanding feature of this show is its emphasis on practical examples. Instead of just giving abstract concepts and theories, Levi Botelho takes the time to provide meaningful and relevant examples. He demonstrates how to build an entire web application from scratch, which allows viewers to see how these concepts come together.

Another outstanding feature of Angular 2 Projects from Packt Publishing is the attention given to the needs of developers at various levels. Whether a beginner or an advanced developer, this show provides something for everyone. The show is divided into small sections that cater to different skill levels. This is a great approach that enables viewers to select specific sections and skip to those they consider most relevant.

The show also provides an excellent opportunity for developers to collaborate and dialogue on some of the most exciting and innovative approaches to web application development. The practical examples and concepts presented in each episode help inspire creative thinking and new ideas, and viewers are encouraged to explore different ways of applying Angular 2 to various projects.

One of the highlights of the show is the way Levi Botelho takes complex concepts and makes them accessible to developers of all skill levels. He has a knack for making abstract concepts relatable and understandable by breaking them down into easy-to-digest chunks. Whether it's using the latest best practices or various tools and techniques, Levi's explanations give viewers the confidence needed to tackle any Angular 2 project.

Overall, Angular 2 Projects from Packt Publishing is an excellent resource for software developers and enthusiasts looking to explore Angular 2 projects in-depth. This show has everything developers need to get started with Angular 2, and it's presented in a fun and engaging way that keeps viewers interested and focussed. The show is highly recommended for developers who are looking for new and innovative approaches to web application development, and those who want to upgrade their Angular 2 development skills.

Filter by Source
No sources available
Seasons
Going Further
21. Going Further
October 16, 2016
Viewers need to know how they can take what they've learned in this course and continue their Angular 2 journey.
Going Further
21. Going Further
October 16, 2016
Viewers need to know how they can take what they've learned in this course and continue their Angular 2 journey.
Deploying
20. Deploying
October 16, 2016
Users know how to build apps, but they don't know how to deploy them to the Web.
Deploying
20. Deploying
October 16, 2016
Users know how to build apps, but they don't know how to deploy them to the Web.
Testing Angular Components
19. Testing Angular Components
October 16, 2016
Viewers have seen how to write unit tests, but they don't know how to test the internal workings of Angular components. They also aren't familiar with the fact that Angular makes tools available that make this easy to do.
Testing Angular Components
19. Testing Angular Components
October 16, 2016
Viewers have seen how to write unit tests, but they don't know how to test the internal workings of Angular components. They also aren't familiar with the fact that Angular makes tools available that make this easy to do.
Writing Unit Tests
18. Writing Unit Tests
October 16, 2016
Having set up the project for unit testing, viewers now need to know how to write unit tests with Karma and Jasmine.
Writing Unit Tests
18. Writing Unit Tests
October 16, 2016
Having set up the project for unit testing, viewers now need to know how to write unit tests with Karma and Jasmine.
Getting Setup
17. Getting Setup
October 16, 2016
Viewers want to know how to write unit tests for their apps. Before doing so, they need to know how to set up their applications.
Getting Setup
17. Getting Setup
October 16, 2016
Viewers want to know how to write unit tests for their apps. Before doing so, they need to know how to set up their applications.
Universal Rendering
16. Universal Rendering
October 16, 2016
Viewers do not yet know how to implement universal rendering in an Angular 2 application.
Universal Rendering
16. Universal Rendering
October 16, 2016
Viewers do not yet know how to implement universal rendering in an Angular 2 application.
The Checkers UI
15. The Checkers UI
October 16, 2016
The checkers logic needs a user interface! Viewers will see how to write the user interface on top of the model written in the last section. Data binding will play a key role in this section.
The Checkers UI
15. The Checkers UI
October 16, 2016
The checkers logic needs a user interface! Viewers will see how to write the user interface on top of the model written in the last section. Data binding will play a key role in this section.
Game Logic
14. Game Logic
October 16, 2016
In order to write a checkers app, we need to write the logic that underpins the game of checkers. In this video, we'll write that logic and pay attention to keeping it independent from any one user interface implementation (Angular 2 in our case).
Game Logic
14. Game Logic
October 16, 2016
In order to write a checkers app, we need to write the logic that underpins the game of checkers. In this video, we'll write that logic and pay attention to keeping it independent from any one user interface implementation (Angular 2 in our case).
Form Fields
13. Form Fields
October 16, 2016
Viewers want to filter a list of tweets but can't, because they haven't yet learned how to integrate forms into the application. They also haven't learned how to filter data using pipes. This video will show how to do both of those things in order to finish off the application.
Form Fields
13. Form Fields
October 16, 2016
Viewers want to filter a list of tweets but can't, because they haven't yet learned how to integrate forms into the application. They also haven't learned how to filter data using pipes. This video will show how to do both of those things in order to finish off the application.
Pipes
12. Pipes
October 16, 2016
Pipes are very useful in Angular 2 for transforming data within a template, but users don't know how to use them. This video will show users how to use pipes to perform data transformations.
Pipes
12. Pipes
October 16, 2016
Pipes are very useful in Angular 2 for transforming data within a template, but users don't know how to use them. This video will show users how to use pipes to perform data transformations.
Third-Party Libraries (Continued)
11. Third-Party Libraries (Continued)
October 16, 2016
Viewers don't know how to inject external dependencies into an Angular 2 application. This video will show them how to do it.
Third-Party Libraries (Continued)
11. Third-Party Libraries (Continued)
October 16, 2016
Viewers don't know how to inject external dependencies into an Angular 2 application. This video will show them how to do it.
Third-Party Libraries
10. Third-Party Libraries
October 16, 2016
Viewers need to know how to write generic components that can be reused over and over again. They also need to know how to access DOM elements in order to make use of certain third-party libraries. This video will show how to do both these things in order to integrate the Chart.js graphing library into the Twitter app.
Third-Party Libraries
10. Third-Party Libraries
October 16, 2016
Viewers need to know how to write generic components that can be reused over and over again. They also need to know how to access DOM elements in order to make use of certain third-party libraries. This video will show how to do both these things in order to integrate the Chart.js graphing library into the Twitter app.
Services
9. Services
October 16, 2016
Viewers may be tempted to write all of their application logic inside components. Instead, they should use services for modularity and testability.
Services
9. Services
October 16, 2016
Viewers may be tempted to write all of their application logic inside components. Instead, they should use services for modularity and testability.
Routing
8. Routing
October 16, 2016
As Angular is used to create single-page applications, viewers will not know how to create pages and how to navigate between them.
Routing
8. Routing
October 16, 2016
As Angular is used to create single-page applications, viewers will not know how to create pages and how to navigate between them.
Templates
7. Templates
October 16, 2016
Viewers don't know what templates are or how they are used.
Templates
7. Templates
October 16, 2016
Viewers don't know what templates are or how they are used.
Component Syntax
6. Component Syntax
October 16, 2016
Viewers are unfamiliar with components and how they are a part of Angular 2 apps.
Component Syntax
6. Component Syntax
October 16, 2016
Viewers are unfamiliar with components and how they are a part of Angular 2 apps.
The Development Environment
5. The Development Environment
October 16, 2016
In this video, we will have our development environment in place so we can start developing applications.
The Development Environment
5. The Development Environment
October 16, 2016
In this video, we will have our development environment in place so we can start developing applications.
Introduction to TypeScript
4. Introduction to TypeScript
October 16, 2016
Viewers need to know how to get their development environment set up for developing Angular apps.
Introduction to TypeScript
4. Introduction to TypeScript
October 16, 2016
Viewers need to know how to get their development environment set up for developing Angular apps.
Angular Architecture
3. Angular Architecture
October 16, 2016
This video aims to provide an overview of the Angular architecture and the Angular design philosophy to the viewers. Viewers should have a broad understanding of Angular by the end of the video in preparation for future interactive videos.
Angular Architecture
3. Angular Architecture
October 16, 2016
This video aims to provide an overview of the Angular architecture and the Angular design philosophy to the viewers. Viewers should have a broad understanding of Angular by the end of the video in preparation for future interactive videos.
What Is a Single-Page App?
2. What Is a Single-Page App?
October 16, 2016
This video will explain the difference between a typical web application and a single-page application. This knowledge is required in order to understand how Angular 2 works.
What Is a Single-Page App?
2. What Is a Single-Page App?
October 16, 2016
This video will explain the difference between a typical web application and a single-page application. This knowledge is required in order to understand how Angular 2 works.
The Course Overview
1. The Course Overview
October 16, 2016
This video gives an overview of the entire course.
The Course Overview
1. The Course Overview
October 16, 2016
This video gives an overview of the entire course.
Description
  • Premiere Date
    October 16, 2016