fix breadcrumb component declaration
This commit is contained in:
parent
0059344083
commit
28462a66a4
@ -35,7 +35,7 @@ import * as links from '../assets/help-mode/links.json';
|
|||||||
import { HELP_DOCS, IqserHelpModeModule, MAX_RETRIES_ON_SERVER_ERROR, ServerErrorInterceptor, ToastComponent } from '@iqser/common-ui';
|
import { HELP_DOCS, IqserHelpModeModule, MAX_RETRIES_ON_SERVER_ERROR, ServerErrorInterceptor, ToastComponent } from '@iqser/common-ui';
|
||||||
import { KeycloakService } from 'keycloak-angular';
|
import { KeycloakService } from 'keycloak-angular';
|
||||||
import { GeneralSettingsService } from '@services/general-settings.service';
|
import { GeneralSettingsService } from '@services/general-settings.service';
|
||||||
import { BreadcrumbsComponent } from './components/breadcrumbs/breadcrumbs.component';
|
import { BreadcrumbsComponent } from '@components/breadcrumbs/breadcrumbs.component';
|
||||||
|
|
||||||
export function httpLoaderFactory(httpClient: HttpClient): PruningTranslationLoader {
|
export function httpLoaderFactory(httpClient: HttpClient): PruningTranslationLoader {
|
||||||
return new PruningTranslationLoader(httpClient, '/assets/i18n/', '.json');
|
return new PruningTranslationLoader(httpClient, '/assets/i18n/', '.json');
|
||||||
@ -53,10 +53,10 @@ function cleanupBaseUrl(baseUrl: string) {
|
|||||||
|
|
||||||
const screens = [BaseScreenComponent, DownloadsListScreenComponent];
|
const screens = [BaseScreenComponent, DownloadsListScreenComponent];
|
||||||
|
|
||||||
const components = [AppComponent, AuthErrorComponent, NotificationsComponent, SpotlightSearchComponent, ...screens];
|
const components = [AppComponent, AuthErrorComponent, NotificationsComponent, SpotlightSearchComponent, BreadcrumbsComponent, ...screens];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [...components, BreadcrumbsComponent],
|
declarations: [...components],
|
||||||
imports: [
|
imports: [
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
BrowserAnimationsModule,
|
BrowserAnimationsModule,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user