This PR adds the necessary changes to create an Angular application using Angular Material and Bootstrap. It initializes a new Angular project, installs the required dependencies, and updates the main application component and styles to use Angular Material and Bootstrap.
Summary of Changes
Initialized a new Angular project in the 'test-sweep' directory using the Angular CLI command 'ng new test-sweep'.
Installed Angular Material and Bootstrap using the npm commands 'npm install @angular/material' and 'npm install bootstrap'.
Updated the main application component to use Angular Material and Bootstrap styles by adding the necessary classes and directives to the HTML elements in the 'app.component.html' file.
Imported the styles from Angular Material and Bootstrap by adding the lines '@import "~@angular/material/prebuilt-themes/indigo-pink.css";' and '@import "~bootstrap/dist/css/bootstrap.css";' to the 'styles.css' file.
Please review and merge these changes to create an Angular app with Angular Material and Bootstrap.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/angular-app
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds the necessary changes to create an Angular application using Angular Material and Bootstrap. It initializes a new Angular project, installs the required dependencies, and updates the main application component and styles to use Angular Material and Bootstrap.
Summary of Changes
Please review and merge these changes to create an Angular app with Angular Material and Bootstrap.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.