@Atul92
just another start up guy
Nothing here yet.
Nothing here yet.
No blogs yet.
I have and web app which needs real time notifications on receiving message like facebook or linked in in which we see message notification like this:- i want to display the notification as soon as it is updated in the database .can anyone tell me h...
'm trying to make an form in angular 7 and get inout in that but the form is giving the following error : ERROR TypeError: "_co.service.formData is undefined" now here is my code for the html part of the component :- <form (sumbit)="signUp(form)" aut...
I have an app which is using express-flash-notification to display messages on the website but i'm getting error of failing lookup view Here is my code in the app :- app.set('views',__dirname+'/views'); app.set('view engine','ejs'); app.use(bodyParse...
I have created an login session using passport local session but upon deploying it on server i'm getting an connection timeout error and here is my code of function:- if(req.method=="POST") { passport.authenticate('local',{successRedirect:'/addjo...
I have this kind of data sent from app which i want to store in the database this is the data sent from the app:- OrderSummary=[{"Cost":"500","Name":"Wine","Quantity":"1","Sellerid":"2","Price":"500"},{"Cost":"500","Name":"Wine","Quantity":"1","Selle...