November 2019
Beginner
436 pages
8h 52m
English
Let's switch to Command Prompt or a Terminal window and test the application to ensure that everything goes as expected.
Run the following command:
ng serve --open
The preceding command starts the web server and opens your default browser with the application running inside it. You should see the following page:

Everything looks good so far. Now, we will build the login dialog.
Read now
Unlock full access