Angular
Fundamentals of Angular - Organizing an Angular Application

Creating Services with the CLI

Outline

In this video...

You will learn how to create services with the CLI.

There are a lot of flags that can be used when creating services, but the --skip-tests flag is probably the most common. It's also good to memorize the shorthand ng g s SERVICE_NAME for generating services with minimal keystrokes.

CLI Course

Angular CLI Basics

 

I finished! On to the next chapter