Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/examples
/ Product
Interface
Product
firebase-ai-logic-angular-example/src/app/product.ts:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
* found in the LICENSE file at https:
//angular.dev/license
7
*/
8
export
interface
Product {
9
name: string;
10
price: number;
11
image: string;
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected