Angular 2 End-to-end
Angular 2 is one of the most popular frameworks to build Web apps. This course will teach you to build a complete Angular 2 app with authentication, a blog, and a store as features.
What you'll learn
Building a complete Angular 2 app requires an understanding of how the components will fit together. In this course, Angular 2 End-to-end, you'll learn how to build a complete app from end to end:
- start by setting up the app to use Webpack
- discover how to configure an authentication system
- explore how to create a blog system
- learn how to create a store and shopping cart
Table of contents
- Overview 1m
- Setting up the Project 6m
- Webpack Basics 7m
- TypeScript Basics 6m
- Understanding the Root Module 3m
- Understanding the App Component 3m
- Understanding the Bootstrap 2m
- Configuring the Navbar Component 6m
- Configuring the Home Component 3m
- Configuring the Error Component 2m
- Configuring the Routing Module 4m
- App Demo 2m
- Summary 1m
- Overview 1m
- Creating the Blog Class 2m
- Creating the Blog Service 5m
- Updating the Admin Menu 1m
- Creating the Blog Admin Component 4m
- Creating the Blog Admin Component Template 3m
- Creating the Blog Add Component 3m
- Creating the Blog Add Component Template 3m
- Finishing the Blog Service 2m
- Finishing the Blog Admin Component 2m
- Creating a Pipe 3m
- Finishing the Blog Admin Component Template 4m
- Demo 1 1m
- Adding the Blog Listing to the Home Component 3m
- Creating the Blog Detail Component 4m
- Demo 2 1m
- Summary 0m
Course FAQ
Angular 2 is a more streamlined framework that allows programmers to focus on simply building JavaScript classes. Views and controllers are replaced with components, which can be described as a refined version of directives.
Angular is used most often by beginner programmers who have less experience with JavaScript to create applications and web app frameworks.
In this course, you will learn how to set up a webpack, configure authentication systems, create a blog system, and create a store and shopping cart. By the end of this course you will be able to build a complete Angular 2 app from start to finish.
Prerequisites for this course are that you should be familiar with the JavaScript basics.
This course is for anyone who wants to learn how to create complete applications using the Angular 2 framework.