Search⌘ K
AI Features

Bootstrap Configuration

Explore how to configure Bootstrap and jQuery in an Angular project by updating the angular.json file. Learn to add Bootstrap CSS and JavaScript files for styling and interactivity of components. This lesson helps you apply external libraries to enhance your Angular client-side application.

We'll cover the following...

In the previous lesson, we created a home component, set its routing, and added our markup “Let’s Get Lunch” to the home page. Let’s style the home page in this lesson using Bootstrap and jQuery ...