We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an Angular components that takes in fake JSON data and creates a list of scrollable cards as seen in the website
Angular HTML and CSS
EXAMPLE JSON DATA TO FEED THE COMPONENT { title: "example title", description: "example description" date: Month/day/time },
The text was updated successfully, but these errors were encountered:
robokae
No branches or pull requests
Feature Request
Please describe what aspect of the project are you addressing
Create an Angular components that takes in fake JSON data and creates a list of scrollable cards as seen in the website
Describe the requirements of the solution
Angular
HTML and CSS
EXAMPLE JSON DATA TO FEED THE COMPONENT
{
title: "example title",
description: "example description"
date: Month/day/time
},
The text was updated successfully, but these errors were encountered: