Skip to content

App will fetch data from a mock API service and display it in a beautiful UI.

Notifications You must be signed in to change notification settings

AmanGarg97/Angular-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Angular App to fetch the data from API

npm install -g @angular/cli
ng new angularapp --style=scss --routing
ng serve -o

After this generate components.

ng generate component sidebar
ng g c users
ng g c posts
ng g c details

ng generate service data

About

App will fetch data from a mock API service and display it in a beautiful UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published