mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-12 10:04:23 +00:00
Merge branch 'rrt/dev' into dev
This commit is contained in:
commit
022ae9c41b
@ -19,7 +19,7 @@ export class AppComponent {
|
|||||||
this.googleAnalyticsService.init(this.environment.googleAnalyticsKey);
|
this.googleAnalyticsService.init(this.environment.googleAnalyticsKey);
|
||||||
const fileTypes = Object.values(FileType);
|
const fileTypes = Object.values(FileType);
|
||||||
fileTypes.forEach(t => {
|
fileTypes.forEach(t => {
|
||||||
const url = this.domSanitizer.bypassSecurityTrustResourceUrl(`assets/icons/file_types/${t}.svg`)
|
const url = this.domSanitizer.bypassSecurityTrustResourceUrl(`assets/icons/file_types/${t}.svg`);
|
||||||
this.matIconRegistry.addSvgIconInNamespace('crc', t, url);
|
this.matIconRegistry.addSvgIconInNamespace('crc', t, url);
|
||||||
});
|
});
|
||||||
this.titleService.setTitle(this.environment.title);
|
this.titleService.setTitle(this.environment.title);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user