mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Update to angular 19
This commit is contained in:
@@ -11,6 +11,7 @@ interface Context<T> {
|
||||
}
|
||||
|
||||
@Component({
|
||||
standalone: false,
|
||||
selector: 'virtual-list',
|
||||
template: '<div #padStart></div><ng-content></ng-content><div #padEnd></div>',
|
||||
styleUrls: ['virtual-list.scss'],
|
||||
@@ -27,6 +28,7 @@ export class VirtualList {
|
||||
}
|
||||
|
||||
@Directive({
|
||||
standalone: false,
|
||||
selector: '[virtualFor][virtualForOf]',
|
||||
})
|
||||
export class VirtualFor<T> implements DoCheck, OnDestroy, AfterViewInit {
|
||||
|
||||
Reference in New Issue
Block a user