mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Update to Angular 19
This commit is contained in:
@@ -8,6 +8,7 @@ import { instrumentToDiff } from 'src-shared/UtilFunctions'
|
||||
@Component({
|
||||
selector: 'app-chart-sidebar-instrument',
|
||||
templateUrl: './chart-sidebar-instrument.component.html',
|
||||
standalone: false,
|
||||
})
|
||||
export class ChartSidebarInstrumentComponent {
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ import { driveLink } from 'src-shared/UtilFunctions'
|
||||
@Component({
|
||||
selector: 'app-chart-sidebar-menu',
|
||||
templateUrl: './chart-sidebar-menu.component.html',
|
||||
standalone: false,
|
||||
})
|
||||
export class ChartSidebarMenutComponent implements OnInit {
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ import { ChartPreview } from './render.js'
|
||||
@Component({
|
||||
selector: 'app-chart-sidebar-preview',
|
||||
templateUrl: './chart-sidebar-preview.component.html',
|
||||
standalone: false,
|
||||
})
|
||||
export class ChartSidebarPreviewComponent implements OnInit, OnDestroy {
|
||||
@HostBinding('class.h-full') height = true
|
||||
|
||||
@@ -13,6 +13,7 @@ import { difficulties, difficultyDisplay, driveLink, hasIssues, instruments, msT
|
||||
@Component({
|
||||
selector: 'app-chart-sidebar',
|
||||
templateUrl: './chart-sidebar.component.html',
|
||||
standalone: false,
|
||||
})
|
||||
export class ChartSidebarComponent implements OnInit {
|
||||
@HostBinding('class.contents') contents = true
|
||||
|
||||
Reference in New Issue
Block a user