Yes, soloCoding is the place where i document the things i learned, maybe you will find something new, as the developer journey is a continuous discovery and learning.
Some times we need to carry out certain actions before sending a record to the database, as we know for sql databases Spring data provides some life-cycle callback methods like @PostPersist..
Qualche volta, abbiamo il bisogno di effettuare certe operazioni prima di salvare un dato nel database, come sappiamo per i sql databases Spring fornisce alcuni metodi di "lifecycle callback" come per esempio @PostPersist ..
Dato che un'applicazione Angular non può essere avviata (bootstrapped) sull'intero documento HTML, non è possibile utilizzare la tecnica di "data binding" per una proprietà come il titolo, ad esempio.