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 3
Focusing on Angular 2
Content Locked
Section 1
Putting Up a Page
"Hello World" examples don't get the viewer much of a sense of what building something real would look like. This video takes an existing admin UI template and quickly converts it into a component that renders the UI. - Quickly identify a sample web page that we can convert and then get it ready for conversion - Actual conversion to an Angular component is very easy. But there are still issues to be seen with the page both in style and JavaScript. - Use the features of the component to address both the problems we encountered to see how flexible components are