Skip to content

Commit

Permalink
Merge pull request #378 from bcgov/dev-JC-NP-FOIMOD-3405
Browse files Browse the repository at this point in the history
Dev jc np foimod 3405
  • Loading branch information
jocelyncabildo-aot authored Sep 18, 2024
2 parents b9c1f14 + c8e3e17 commit 3399c89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions web/src/app/utils-components/utils-components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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";
Expand Down Expand Up @@ -66,7 +66,8 @@ export class UtilsComponentsModule {
faIdCardAlt,
faIdCard,
faCheckCircle,
faExternalLinkAlt
faExternalLinkAlt,
faSpinner
);
}
}

0 comments on commit 3399c89

Please sign in to comment.