- Overview
- Transcript
1.1 Introduction
In this course, I'll show you how to create a personal project portfolio with Angular 2. Along the way, you'll get some practice with the fundamentals of an Angular 2 app: routing, templates, components, and custom services.
1.Introduction1 lesson, 00:35
1.1Introduction00:35
2.Getting Started3 lessons, 18:14
2.1Set Up the Project06:47
2.2Create the Routes and Root Component07:02
2.3Create Utility Files04:25
3.Building the Ui Components4 lessons, 16:11
3.1Create the Home Component04:57
3.2Create the Detail Component03:09
3.3Create the Projects Component02:56
3.4Finishing Up05:09
4.Conclusion1 lesson, 00:49
4.1Conclusion00:49
1.1 Introduction
Most people don't realize that Angular 2 is useful for a variety of apps and sites. Since Angular 2 is so flexible, adding various frameworks is simple. For example, we can add the Bootstrap framework to provide the user interface of our app. In this course, we will build a portfolio site with Angular 2 and Bootstrap. This course will demonstrate how easy it is to develop a site using Angular 2 and any library you choose. This site will use a self-contained service to display the projects that are in our portfolio. After this, you should have a solid understanding of Angular 2 and how you can use it in your projects going forward.