flaviolehmann / angular-interceptor-study

Testing around what can we do with the angular interceptor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular API Mocker

Built for study purpose over angular interceptors. Using a Spring App (Java) as backend.

How do I run it?

  1. The backend is a mvn project, you can install the dependecies from your favorite IDE and run it from there.
  2. The frontend is a node project, you'll need to run a 'npm install' and then you can run it using 'npm start' (or 'ng serve' if you have angular cli)

Can you show me an image of it working?

Here it is!

alt text

I want to help!

Well, you could start helping me with the styling. Maybe some Material design would give it another feeling.

Any reading suggestion?

Sure! Try these:

If it helped you some way, please leave a star!

About

Testing around what can we do with the angular interceptor.


Languages

Language:TypeScript 69.6%Language:JavaScript 13.5%Language:Java 9.4%Language:HTML 5.5%Language:CSS 2.1%