/crud-example-angular

Primary LanguageTypeScriptMIT LicenseMIT

Angular simple CRUD example

This project is a stripped down version of my Angular Dashboard Starterkit Template: https://github.com/fransyozef/basic-login-angular

The authentication part is stripped out, just leaving the "Items" feature.

Why?

The purpose of this project is a little demonstration about how to

  • structure your components
  • do CRUD api calls

I've also written a Medium article with some information: https://medium.com/@fransyozef/angular-dashboard-starterkit-template-cruding-it-8a87080bb01

What's in this project?

Install and run this project

  • Install NodeJS (https://nodejs.org)
  • Install Angular CLI (https://cli.angular.io/)
  • Download or clone this repository on your computer
  • Open your termninal and navigate to the project root folder and enter : npm install
  • Next to build and start the project : npm start
  • Open your browser and navigate to http://localhost:4200/

That's all folks

Well that's it for now. You can find me on linkedIn : https://www.linkedin.com/in/fransjoleihitu/

Also read my articles on Medium and clap me :) : https://medium.com/@fransyozef

And checkout out my Instagram page: https://www.instagram.com/thehangrycoder/

If you have any questions/suggestions please don't hessitate.

Amatoooooo

Fransjo Leihitu

License

MIT

DISCLAIMER THIS PROJECT IS AS IS.

Free Software, Hell Yeah!