File

src/app/core/models/profile/short-profile.model.ts

Index

Properties

Constructor

constructor(name: string, avatarUrl: string)
Parameters :
Name Type Optional Description
name string
avatarUrl string

Properties

Public avatarUrl
avatarUrl: string
Type : string
Public name
name: string
Type : string
export class ShortProfile {
  constructor(public name: string, public avatarUrl: string) {}
}

results matching ""

    No results matching ""