File

src/app/misc/panda-party/panda-party.component.ts

Metadata

selector app-panda-party
styleUrls panda-party.component.scss
templateUrl panda-party.component.html

Inputs

altText

Type: string

link

Type: string

Default value: /home

src

Type: string

subtitle

Type: string

title

Type: string

Constructor

constructor()
import { Component, Input } from '@angular/core';

@Component({
  selector: 'app-panda-party',
  templateUrl: './panda-party.component.html',
  styleUrls: ['./panda-party.component.scss']
})
export class PandaPartyComponent {
  @Input() title: string = ""
  @Input() src: string = ""
  @Input() altText: string = ""
  @Input() link: string = "/home"
  @Input() subtitle: string = ""
  constructor() { }
}

results matching ""

    No results matching ""