src/app/component/loading/loading.interface.ts
color: string
string
name: string
type: string
export interface LoadingInterface { name: string; type: string; color: string; }