Giter VIP home page Giter VIP logo

angular-essential-training's Introduction

Angular Essential Training

This is the repository for my course Angular Essential Training
The full course is available at LinkedIn Learning and lynda.com.
LinkedIn Learning subscribers: watch here
Lynda.com subscribers: watch here

Course Description

Angular was designed by Google to address challenges programmers face building complex, single-page applications. This JavaScript platform provides a solid core of web functionality, letting you take care of the design and implementation details. In this course, Justin Schwartzenberger introduces you to the essentials of this "superheroic" platform, including powerful features such as two-way data binding, comprehensive routing, and dependency injection. Justin steps through the platform one feature at a time, focusing on the component-based architecture of Angular. Learn what Angular is and what it can do, as Justin builds a full-featured web app from start to finish. After mastering the essentials, you can tackle the other project-based courses in our library and create your own Angular app.

Topics include:

  • What is Angular?
  • Working with components
  • Binding events and properties
  • Getting data to components
  • Using directives and pipes
  • Creating Angular forms
  • Validating form data
  • How Angular does dependency injection
  • Making HTTP calls
  • Routing
  • Styling components

Instructions

  1. Make sure you have these installed
  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

    git clone https://github.com/coursefiles/angular-essential-training.git

  2. CD to the folder

    cd angular-essential-training

    and then fetch all of the remote branches for the repository

    git fetch --all

  3. Run the following to install the project dependencies:

    npm install

  4. Run the ng serve command to build the code, watch for file changes, and serve up the site locally:

    ng serve

  5. Navigate to http://localhost:4200. The app will automatically reload if you change any of the source files.

    http://localhost:4200/

The repository has a branch for each video starting point. For example, the branch 02-01b is used as the starting code for the video 02-01 NgModule and the root module. You can checkout branches using git checkout <branchname> and not have to re-run npm install each time since you will remain in the same root folder.

Angular CLI

This project was generated with Angular CLI.

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

More Stuff

Check out some of my other courses on LinkedIn Learning. You can also follow me on twitter.

angular-essential-training's People

Contributors

jschwarty avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.