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:
@@ -3,6 +3,7 @@ import { AfterViewInit, Component, ElementRef, HostBinding, ViewChild } from '@a
|
||||
@Component({
|
||||
selector: 'app-browse',
|
||||
templateUrl: './browse.component.html',
|
||||
standalone: false,
|
||||
})
|
||||
export class BrowseComponent implements AfterViewInit {
|
||||
@HostBinding('class.contents') contents = true
|
||||
|
||||
Reference in New Issue
Block a user