goldenbearkin

Results 3 comments of goldenbearkin

agree. say, if an input field gets focus and then lose focus without enter anything, the valueChanges/statusChanges won't fire event and therefore the validation.require warning got no way to capture.

We haven't experienced any performance issues since our application is still in very early stage. Right now we have several teams working on different features of a single application and...

Doing the authentication for user behind the scenes means you might have to store the user credentials somewhere (e.g. local storage or in-memory). This might introduce security vulnerability. User doesn't...