Implements Initial Stack Slider
This commit is contained in:
5
src/app/shared/model/stack/stack.model.ts
Normal file
5
src/app/shared/model/stack/stack.model.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Stack {
|
||||
name: string;
|
||||
image: string;
|
||||
description: string;
|
||||
}
|
||||
Reference in New Issue
Block a user