
Existing member? Log in and continue learning

See if you like it, start the course for free!

Unlock full course by purchasing a membership
Getting Started
Getting Started
As I mentioned for the previous applications, there are a few things that we will do at the beginning of every application build, to get things ready. These are things like:
- Generating the application
- Installing extra packages (if necessary)
- Restructuring the generated application to our liking
Generate the Application
npm install -g @angular/cli
ng new angularstart-giflist --defaults --style=scss --inline-template --inline-style --skip-tests
With the project created, we are going to make just a few modifications to get things going.
Install Packages
In the last application build, we created some very bare bones styles for the application. This time we are going to integrate Angular Material which will provide us with some pre-styled components that we can make use of in our application (like buttons, and input fields) and it will also help us theme our application. We will be using one of the pre-built themes for this application, but in our next application walkthrough we will look at building our own theme with Angular Material.
Thanks for checking out the preview of this lesson!
You do not have the appropriate membership to view the full lesson. If you would like full access to this module you can view membership options (or log in if you are already have an appropriate membership).