Felix Christo

Results 11 comments of Felix Christo

Yes sir, But the data of one user is visible to other. How to show the data which is related to that particular user alone

If X login and Enter details and then Y login, Y able to see X's details and X able to see Y's details.

I think I need to edit base.js for that?

If you could do that and update it, It will be very useful to all and the project will look meaningful

I am just getting this "_id" : ObjectId("5a446ab43533970b8489e1ac"), "username" : "Chris", "email" : "[email protected]", "password" : "$2a$10$ogerY6OiCRKy9TjPYERaOugUJeqelBl.yToJ4ZBX3ac2MVZQpsKOu", "role" : "user", "cats" : [ ], "__v" : 0 If I do...

Still I couldn't do this :(

logically sounds good buddy.. Let me try and get back to you

yeaahhh it's working but the thing has to be done from server side buddy not from client side, which is not safe..

`{ "name": "webrtc", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations":...