Book Image

Angular 2 Essentials [Video]

By : John Munsch
Book Image

Angular 2 Essentials [Video]

By: John Munsch

Overview of this book

<p>Angular 2 is a dream framework for any modern day web developer. It lets you build powerful and impressive web applications, with great development efficiency, speed, and performance. This course helps you gain a strong foundation in Angular 2 and the key concepts involved in creating modern web applications.</p> <p>Starting off by building your first Angular 2 component, you’ll go all the way through topics such as deployment and automated builds by the end of the course.</p> <p>After building your first components, you’ll return to the build-tools to understand them better. Here you’ll see how Gulp is used throughout to automate the building of your software to make your development life easier. Then you’ll take a deep dive into the constituents of an Angular 2 component and use them to reconstruct an existing example site for Google's Material Design Lite library. Once you have your application ready, you will learn how to test and debug it. Finally, we wrap up the course by deploying your app and you’ll learn how to incorporate the continuous integration principle for automation.</p> <h1>Style and Approach</h1> <p>Showing you mounds of configuration without any understanding of how it fits together is a recipe for confusion and an inability to fix a problem when you have one. Hence more than anything, this video course tries to make sure you understand why and how things are built the way they are with Angular 2, not just the mechanics, in a step-by-step manner.</p>
Table of Contents (7 chapters)
Chapter 7
Deploying and Advanced Topics
Content Locked
Section 2
Putting CI into Practice
Hopefully completely sold on the idea of automated builds, our viewers are desperate to know how to set up such a thing. In this video, we show all the steps needed to do so (except all of the Git-related stuff). - Create a GitHub repo to hold the code and tell Travis CI to monitor it - Create the instructions Travis CI needs to build our app - Point out a change needed to our Gulp file, and upload a complete project for Travis to build