diff --git a/README.md b/README.md index fdb22ce2..ea0b97cf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repo was created to be the future home of a new application for citizens to # bcfoi -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.1. ## Development server diff --git a/web/src/app/utils-components/utils-components.module.ts b/web/src/app/utils-components/utils-components.module.ts index 6b53b0ab..bda7aed9 100644 --- a/web/src/app/utils-components/utils-components.module.ts +++ b/web/src/app/utils-components/utils-components.module.ts @@ -8,7 +8,6 @@ import { CommonModule } from "@angular/common"; import { ReactiveFormsModule } from "@angular/forms"; import { NgModule } from "@angular/core"; import { FaIconLibrary, FontAwesomeModule } from "@fortawesome/angular-fontawesome"; -import { library } from "@fortawesome/fontawesome-svg-core"; import { faInfoCircle, faExclamationTriangle, @@ -19,6 +18,7 @@ import { faIdCard, faCheckCircle, faExternalLinkAlt, + faSpinner, } from "@fortawesome/free-solid-svg-icons"; import { StaticContactBlockComponent } from "./static-contact-block/static-contact-block.component"; import { OwlDateTimeModule, OwlNativeDateTimeModule } from "@danielmoncada/angular-datetime-picker"; @@ -66,7 +66,8 @@ export class UtilsComponentsModule { faIdCardAlt, faIdCard, faCheckCircle, - faExternalLinkAlt + faExternalLinkAlt, + faSpinner ); } }