Re: [AngularJS] please recommend me a Angular book.

2019-08-20 Thread Zlatko Đurić
Hi, Angular.io has a resources page with a lot of good things,maybe you can find something interesting there as well: https://angular.io/resources Zlatko -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe fro

[AngularJS] Remember login id and password in an angular 5 application

2019-08-20 Thread Raghu Ram
I want to store login id and password whenever remember me checkbox is checked. Next time when user enters url in the browser login id and password should get populated ie..user need not enter user id and password. I have implemented using cookies, Can you please suggest me a secure way of doing

[AngularJS] Re: Remember login id and password in an angular 5 application

2019-08-20 Thread Tito
there is already an answer for you in https://gitter.im/angular/angular.js +++V+++ no, just no don't do that at all you don't keep authentication data in a front-end application nor in a cookie you only store it hashed in your database and that's the backend's responsability the only thing you're

[AngularJS] Re: Image-cropper binding

2019-08-20 Thread Sander Elias
Hi ವಿದ್ಯಾಸಾಗರ್, Use a service to do the conversion: something like this will probably work: import { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core'; import { from, Observable, Observer, throwError } from 'rxjs'; import { catchError, switchMap } from 'rxjs/ope

[AngularJS] Re: bootstrapping a different module on main module exception

2019-08-20 Thread Sander Elias
Yes, that would work with dynamic loading. It will become easier once the modules become optional (post 9). Regards Sander -- 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 e

[AngularJS] Re: AngularJS - F5 restarts app

2019-08-20 Thread Sander Elias
Hi Howard, An educated guess would be, your server is redirecting to home. Make sure your server serves the index.html for every route and doesn't redirect. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To

[AngularJS] Re: drag and drop

2019-08-20 Thread Sander Elias
Hi Anmol, Why are you using `markForCheck` there? Regards Sander -- 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...@googl