SyntaxFix
Write A Post
Hire A Developer
Questions
A small work around I used many times
Promise.resolve(data).then(() => { console.log( "! changement de la date du composant !" ); this.dateNow = new Date(); this.cdRef.detectChanges(); });