November 2019
Beginner
804 pages
20h 1m
English
Why don't we go ahead and create an example project using the CLI?
Follow these steps to create a project:
Congratulations! You now have your own Angular playground application.
The creation of the project could take a bit of time, given that the CLI will trigger the installation of the project's dependencies.
Once everything is installed, you'll be able to start the application by following these instructions:
The ng serve command will start a local web server to serve your application, by default, on port 4200. You can learn ...
Read now
Unlock full access