Build a simple application to show an article list. There are two types of article.
- Feature article
- Come with a feature image URL.
- Normal article.
- Come with description property.
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 install
to install all the dependencies need. - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - Enjoy the test and good luck.