mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 22:33:03 -05:00
feat(doc): move interop rxjs signal
This commit is contained in:
10
apps/angular/interop-rxjs-signal/src/app/photo.model.ts
Normal file
10
apps/angular/interop-rxjs-signal/src/app/photo.model.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface Photo {
|
||||
id: string;
|
||||
title: string;
|
||||
tags: string;
|
||||
owner: string;
|
||||
ownername: string;
|
||||
datetaken: string;
|
||||
url_q: string;
|
||||
url_m: string;
|
||||
}
|
||||
Reference in New Issue
Block a user