comporu / angular-spring-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example app to train angular and rxjs tasks with simple spring-boot backend

Backend

src/main/java/dev/compo/example/Application.java

Add Spring boot run config with main in dev.compo.example.Application

Run it in Idea

or

run in terminal mvn spring-boot:run

Front end

cd front/example

Idea should configure run config automatically for running angular apps. Just say okay in dialog about it.

or run in terminal ng serve

Tips and links

Learn RxJs operators with examples

https://www.learnrxjs.io

Why we need to unsubscribe

https://www.youtube.com/watch?v=RhYUnc622qg&list=LL&index=20&t=861s

RxJs Bad and Best practices

https://composoft.atlassian.net/wiki/spaces/NCP/pages/392232977/.+RxJs

About


Languages

Language:TypeScript 43.6%Language:HTML 39.5%Language:Java 11.9%Language:JavaScript 4.8%Language:CSS 0.2%