[AngularJS]

2019-09-26 Thread Muhammad Asif Akhtar
Vx -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://gr

[AngularJS] Array concat on ngOnInIt() and does not reflect in template

2019-09-26 Thread Dev C
ngOnInit() { I have array console.log(this.array1) //this shows correct list Second Array(this.array2) // this shows correct list FinalArray =[]; FinalArray =this.array1.concat(this.array2) //I also tried this one This.finalArray = [...this.array,...this.array2] this.ref.detectChanges(); /

[AngularJS] Re: Strange error with prod build: angularCompilerOptions.enableResourceInlining

2019-09-26 Thread Gian Uberto Lauri
On Thursday, November 29, 2018 at 8:48:25 AM UTC+1, Christophe HOARAU wrote: > > Angular cli team found a solution to my issue ( > https://github.com/angular/angular-cli/issues/13070#issuecomment-442570051), > it was a misconfiguration in my tsconfig file. > > An option that should not have been