Build a simple application to show a list of articles. There are two types of article.
- Feature article: Comes with a feature image URL
- Normal article: Comes with description property
The two types of articles share a number of common properties, such as URL and author.
Your task is to get the list of articles from getArticles() inside ZyllemApiService and represent it on the UI.
Recommend to use Visual Studio Code and Angular Language Service
- Download and install NodeJS
- Open the command line tool and cd to this folder directory
- Run
npm installto install all the dependencies need - Run
ng servefor a dev server. Navigate tohttp://localhost:4200/ - Enjoy the test and good luck