Wednesday, January 31, 2018

Angular 2+ Project

I had recently developed project based on Angular 5 version. Angular 5 app was built to list seven  wonders of the world. The single page application was developed by using angular-cli/TypeScript/bootstrap 4. Project skelton was created using angular cli version 1.6.5. 

Data that is displayed in the app is fetched from json file and lists all wonders of the world. When you click on each wonder it would list details of the specific wonder. In this project I had used angular services,angular components, nested components & routing. Project also uses font awesome css.

Completed code is available on my github link

Here is the Demo of the application.



No comments:

Post a Comment