Integrate ScrollService into multiple components.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {ScrollService} from '../scroll/scroll.service';
|
||||
|
||||
@Component({
|
||||
standalone: false,
|
||||
@@ -7,5 +8,6 @@ import {Component} from '@angular/core';
|
||||
styleUrl: './rules.component.scss'
|
||||
})
|
||||
export class RulesComponent {
|
||||
scrollService: any;
|
||||
constructor(public scrollService: ScrollService) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user