build: upgrade to angular v12

This commit is contained in:
Jovan Krunić
2021-09-21 06:51:33 +00:00
parent e5c227073a
commit 3c7ada4eea
33 changed files with 8960 additions and 8806 deletions

View File

@@ -56,7 +56,7 @@ describe('ContextMenuComponent', async () => {
TranslateModule.forRoot(),
CommonModule,
SettingsModule,
RouterModule.forRoot([]),
RouterModule.forRoot([], {relativeLinkResolution: 'legacy'}),
],
}).compileComponents();