Project

General

Profile

« Previous | Next » 

Revision 57746

Use uikit3 instead of the custom uikit2

View differences:

home.component.ts
19 19
  constructor(private dataService: DataService) { }
20 20

  
21 21
  ngOnInit(): void {
22

  
23
    window.scroll(0,0);
24

  
22 25
    this.dataService.getOverviewData().subscribe(
23 26
      overviewData => {
24 27
        this.overviewData = overviewData;

Also available in: Unified diff