update common ui
This commit is contained in:
parent
02ff2d345d
commit
dd642a69db
@ -36,7 +36,7 @@ import { SpotlightSearchComponent } from '@components/spotlight-search/spotlight
|
|||||||
import { PruningTranslationLoader } from '@utils/pruning-translation-loader';
|
import { PruningTranslationLoader } from '@utils/pruning-translation-loader';
|
||||||
import { DatePipe } from '@shared/pipes/date.pipe';
|
import { DatePipe } from '@shared/pipes/date.pipe';
|
||||||
import * as links from '../assets/help-mode/links.json';
|
import * as links from '../assets/help-mode/links.json';
|
||||||
import { HELP_DOCS } from '@iqser/common-ui';
|
import { HELP_DOCS, IqserHelpModeModule } from '@iqser/common-ui';
|
||||||
|
|
||||||
export function httpLoaderFactory(httpClient: HttpClient) {
|
export function httpLoaderFactory(httpClient: HttpClient) {
|
||||||
return new PruningTranslationLoader(httpClient, '/assets/i18n/', '.json');
|
return new PruningTranslationLoader(httpClient, '/assets/i18n/', '.json');
|
||||||
@ -76,6 +76,7 @@ const components = [
|
|||||||
ApiModule,
|
ApiModule,
|
||||||
AppRoutingModule,
|
AppRoutingModule,
|
||||||
MonacoEditorModule,
|
MonacoEditorModule,
|
||||||
|
IqserHelpModeModule,
|
||||||
ToastrModule.forRoot({
|
ToastrModule.forRoot({
|
||||||
closeButton: true,
|
closeButton: true,
|
||||||
enableHtml: true,
|
enableHtml: true,
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit c20bac823277e659c1c9797bdd034a9f5b2fc539
|
Subproject commit 7d14fc27fba7cca319f0552ade4ffe0d8cd08866
|
||||||
Loading…
x
Reference in New Issue
Block a user