|
@@ -64,7 +64,7 @@ import { AppService } from 'angularlib/app';
|
|
|
BusinessDataModule,
|
|
BusinessDataModule,
|
|
|
ChatComponent,
|
|
ChatComponent,
|
|
|
],
|
|
],
|
|
|
- providers: [DatePipe, FISMessaging],
|
|
|
|
|
|
|
+ providers: [DatePipe, FISMessaging, FISPrograms],
|
|
|
templateUrl: './app.component.html',
|
|
templateUrl: './app.component.html',
|
|
|
changeDetection: ChangeDetectionStrategy.Eager,
|
|
changeDetection: ChangeDetectionStrategy.Eager,
|
|
|
styleUrls: ['./app.component.scss'],
|
|
styleUrls: ['./app.component.scss'],
|
|
@@ -138,7 +138,7 @@ export class AppComponent extends BaseComponent implements OnInit {
|
|
|
],
|
|
],
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- protected programs = signal(FISPrograms);
|
|
|
|
|
|
|
+ protected programs = signal(inject(FISPrograms).list);
|
|
|
|
|
|
|
|
private http = inject(HttpClient);
|
|
private http = inject(HttpClient);
|
|
|
|
|
|