mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-17 10:57:17 +00:00
Semicolon
This commit is contained in:
parent
f29d810106
commit
95498829fb
@ -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