[AngularJS] Re: Using Angular for UI as a service

2019-11-07 Thread Sander Elias
Hi Pradip, Angular is just as suited as any other framework. It is not a silver bullet tho. Can you tell me a bit more of what you need/expect, that way I can provide you with a more suited answer? Regards Sander -- You received this message because you are subscribed to the Google Groups

[AngularJS] Using Angular for UI as a service

2019-11-07 Thread Pradip Mukhopadhyay
Experts, Can anyone please provide some pointers how effectively Angular 7 can be used to achieve UI as a service ? TIA, Pradip -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop

[AngularJS] Re: unit test cases for below snapshot please < Jasmin, Kerma >

2019-11-07 Thread Dev C
Any help on this, can you pls help me writing kerma/jasmin unit test cases for me. > > ngOnDestroy() : void{ > this.destroy$.next(true); > } > scroller(page:number) { > let scroller = document.getElementById("scroll") > if(scroller!= null){ > scroller.scrollTop=0; > } >