Add icons

This commit is contained in:
2024-07-20 15:19:57 +09:30
parent b78d4aea69
commit d78a416d92
51 changed files with 191 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ import {
MatIconRegistry,
} from '@angular/material/icon';
import { provideMonacoEditor } from 'ngx-monaco-editor-v2';
import { provideHttpClient } from '@angular/common/http';
export const appConfig: ApplicationConfig = {
providers: [
@@ -43,5 +44,6 @@ export const appConfig: ApplicationConfig = {
useValue: { fontSet: 'material-symbols-rounded' },
},
provideMonacoEditor(),
provideHttpClient(),
],
};