fix: ng update core

This commit is contained in:
2025-06-09 13:14:29 +02:00
parent 46f351ec5b
commit 7e4f10c1af
19 changed files with 3417 additions and 2972 deletions

View File

@@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http'
import { Menu } from '../types/menu';
import { environment } from 'src/environments/environment';
import { News } from '../types/news';
import * as moment from 'moment';
import moment from 'moment';
import { map } from 'rxjs';
import { UKey } from '../types/key';
import { CleanNote } from '../types/clean-note';