Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build and Deploy Angular 2 - Learn Angular-CLI
Rating: 4.7 out of 5(10 ratings)
102 students

Build and Deploy Angular 2 - Learn Angular-CLI

All That You Need To Know About Angular-CLI
Created byLe Deng
Last updated 5/2017
English
English [Auto],

What you'll learn

  • Understand and know how to use Angular-CLI tool

Course content

5 sections19 lectures2h 35m total length
  • Download This Source File0:01
  • Overview1:46

    Master the Angular CLI by installing it, examine the Angular 2 project structure, and use key commands to build and deploy a to-do list app.

  • Angular-CLI Introduction15:57

    Explore Angular CLI introduction, including bootstrapping a new Angular 2 app, installing dependencies with npm, and generating components, directives, and services to accelerate development.

  • Installation6:54

    Install the Angular CLI globally and verify minimum node and npm versions. Create a new project with ng new, install dependencies, and run ng serve at localhost:4200.

  • Folder Structure15:00

    Examine the folder structure created by Angular CLI, review the Angular style guide, and compare module-based versus component-based organization with core files like main.ts and app.

Requirements

  • Some basics of angular 2 framework

Description

WELCOME TO MY Course - "Learn Angular-CLI for Beginners - Quick and Easy Start"!

-- We will be deploying our app on Github Pages

What is Angular-CLI?

Angular-CLI is a command line interface for Angular 2 and it's recommended by the official angular 2 team.

Here is a quote from Angular 2 Official Website

"Good tools make application development quicker and easier to maintain than if you did everything by hand."


Angular-CLI can create a project, add files, and perform a variety of ongoing development tasks such as testing, bundling, deployment and etc.


What is in this course?

This course is an easy and practical guide on how to use Angular-CLI tool. You will learn from the very beginning and by the end the course, you should have a good understanding on the tool. The course is short and effective, as to this course description.



Who this course is for:

  • Anyone who is interested in Angular-CLI tool