Twitter LogoFacebook Logo
Getting Ready for Angular Material UI
Setting up for Angular Material
By: King Wai Mark

What you will need:


1. Basic Knowledge on Angular 
2. Visual Studio Code
3. Basic Knowledge on HTML, CSS, and TypeScript

Adding Angular Material

If you are using Visual Studio Code, press the Ctrl and Tilde (CTRL + ~) keys to open the terminal on Windows. If you are using a Mac, press the Command and Tilde keys instead.

Then run the ng add command to add Angular Material to the project.

ng add @angular/material

Select a theme:

Image from Codeible.com

Setup the Typography

Set up global Angular Material typography styles? y

Enable Angular animations

Set up browser animations for Angular Material? y


Sign In