Submodule 19.2: Getting Started with Angular
Testing Project
Open app.component.html
and add the following markup:
<button class="btn btn-primary">Boorstrap is working</button>
<h1>
<i class="fa fa-bath" aria-hidden="true"></i>
And so is Font Awesome!
</h1>
With the application configured, run ng serve
to run your application in development mode. In your browser navigate to the URLĀ localhost:4200
. Verify that the bootstrap styled button and the icon appear.
Do commit the changes to the Git repository with the message "Styling Angular".