import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-test', templateUrl: './landingpage.component.html', styleUrls: ['./landingpage.component.scss'] }) export class LandingpageComponent implements OnInit { //public gradientItems:Observable constructor() { } ngOnInit(): void { } }