Browse Source

Bugfix/remove NG8113 warning regarding unused IonIcon (#5505)

* Remove IonIcon import

* Update changelog
pull/5497/head^2
Karel De Smet 1 week ago
committed by GitHub
parent
commit
256f32c3e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/landing/landing-page.component.ts

1
CHANGELOG.md

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactored the rule component to standalone
- Refactored the rules component to standalone
- Refactored the subscription interstitial dialog component to standalone
- Removed the `IonIcon` import from the landing page
### Fixed

2
apps/client/src/app/pages/landing/landing-page.component.ts

@ -12,7 +12,6 @@ import { Component, OnDestroy, OnInit } from '@angular/core';
import { MatButtonModule } from '@angular/material/button';
import { MatCardModule } from '@angular/material/card';
import { RouterModule } from '@angular/router';
import { IonIcon } from '@ionic/angular/standalone';
import { format } from 'date-fns';
import { addIcons } from 'ionicons';
import {
@ -31,7 +30,6 @@ import { Subject } from 'rxjs';
GfLogoComponent,
GfValueComponent,
GfWorldMapChartComponent,
IonIcon,
MatButtonModule,
MatCardModule,
RouterModule

Loading…
Cancel
Save