Question: Create a new app called practice 0 3 Within VSC o Be sure to SERVE the app before continuing o Use the New Project -
Create a new app called practice
Within VSC
o Be sure to SERVE the app before continuing
o Use the New ProjectDefault Setup document to include defaults
Stop serving CtrlC
Using the Modules app created in class, import in the headfoot module
Include the header and footer components in the app component
Using the instructions in Angular References module, install Angular Material
Serve the app again
Go to Angular Material site: research basic tab component structure
app.component.html between header and footer
o Include a mattabgroup with tabs with labels for "First", "Second", "Third"
Go to Angular Material site: research basic button component
Go to Google Fonts icons
In the "First" tab
o Include a matraisedbutton using the primary colour
o Include "Click Me followed by a mouse icon
In the "Second" tab
o Remove the label from and include an icon label only
o Include a matfab button using the accent colour that includes the direction "PUSH"
In the "Third" tab
o Remove the label from and include "ERROR!" followed by an error icon and use the color warn
o Include a matstroked button that includes the direction "Click to Alert"
o Include a click event to call a function
o Code the function so when the button is clicked, a Windows alert box pops up with an "ERROR ALERT" message
In the ts file, code, include an array variable:
o sos SOS;
Use an ngFor in the HTML in a
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
