Angular CLI – Mastering the Basics

Angular CLI – Mastering the Basics

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1 Hour | 150 MB

For Beginners

Learn from scratch, the basic concepts that you will need to build angular applications using the CLI.

The Angular CLI is a tool to initialize, develop, scaffold and maintain Angular applications. It makes it easy to create an application that already works, right out of the box. It already follows the best practices!

Content and Overview

Specifically for beginners, this course contains all the fundamentals you need to know, in one place, simplified and straight forward!

The course will teach you how to generate an angular application from scratch. You will also learn the different options that are available while generating an angular application. You will then learn how to generate the different features of an angular app like components, directives, services and so on. Finally you will learn about building and serving an angular application using the CLI.

What Will I Learn?

  • Generate Angular applications and the different features in Angular such as components, services etc using the CLI
  • Build and Serve Angular applications using the CLI
  • Add external libraries to Angular CLI applications
Table of Contents

Introduction
1 Introduction

Getting Started
2 Section Overview
3 What and Why
4 Installation
5 Creating a Sample Application

Generating Application
6 Section Overview
7 Exploring Folder Structure
8 Available Options I
9 Available Options II
10 Available Options III

Generating Features
11 Section Overview
12 Generating Component
13 Component options
14 Generating Directive
15 Generating Service
16 Generating Pipe
17 Generating Class Interface and Enumeration
18 Generating Module
19 Generating Routing Application

Building and Serving App
20 Section Overview
21 Environment and Target
22 Dev vs Prod Build
23 Serving the Application
24 Adding css and javascript
25 Adding bootstrap and font-awesome icons