ok mind blown, i am all for this! please let me kow when you upload it i am going to purchase. i see so many use cases here for myself, great info and intro to this man!
Just uploaded it - there was a technical issue on lemon squeezy which is resolved now :) Glad you liked the store - I love refactoring stuff - so enjoyed this process!
@@ZoaibKhan i just bought it to play around with it. I wish you had a shared githib private repo that all your pateron supporters could collaborate on. i think that would be awesome. thanks buddy!
Well, you can create a separate component and route for login - and then keep the rest of the dashboard + menu routes in a separate set of routes. There will be a router outlet on the main app component - and then there is already a router outlet for the normal page routes but it'll be nested inside the container Hope that helps a bit! If not, this seems like a good thing to show on video :)
After having my own Firebase configuration, the project is up and running. Now, what credentials should I use? I'm getting “invalid email or password” with the credentials you provide, even though I check the request and the error is “400 Bad Request”. Can you help me? Sorry, I'm new to this world.
@f2b757 Just add a new user with password on the Firebase developer console and also add a users collection in firebase. Check out my latest video for more info where I show all of this.
ok mind blown, i am all for this! please let me kow when you upload it i am going to purchase. i see so many use cases here for myself, great info and intro to this man!
Just uploaded it - there was a technical issue on lemon squeezy which is resolved now :)
Glad you liked the store - I love refactoring stuff - so enjoyed this process!
@@ZoaibKhan i just bought it to play around with it. I wish you had a shared githib private repo that all your pateron supporters could collaborate on. i think that would be awesome. thanks buddy!
I agree, it's also my favorite store. I am converting all stores in all our projects, and it's amazing.
Could you please make a tutorial about local firestore emulator with angular?
That would be nice
Interesting...I'll add it to the list of videos, maybe I can adjust it in some other video related to firestore
Thanks for the video.
What Can I do to render my login page outside this dashboard. I need a help, please!
Well, you can create a separate component and route for login - and then keep the rest of the dashboard + menu routes in a separate set of routes. There will be a router outlet on the main app component - and then there is already a router outlet for the normal page routes but it'll be nested inside the container
Hope that helps a bit! If not, this seems like a good thing to show on video :)
@@ZoaibKhan Your explanation is very clear. I thank you once again. I will implement it to see if I can be successful.
Thanks for the lesson! This is a really useful tool.
What about signalStore and Resource API interaction?
I think we might see some built in way to define resources within the signal store in future versions on the pattern of with computed.
hello zoaib how add download progress bar in angular with fetch api ?
Use the Resource API
@@LarsRyeJeppesen ok thanks bro !
that's a good idea for a tutorial, thanks.
Good day, yesterday I got the Dashboard and I still can’t it up, I’m getting this error: FirebaseError: Firebase:Error(auth/invalid-api-key)
Hey! You need to go in firebase.service and replace the firebaseConfig with your own Firebase projects config. Try that out and let me know :)
After having my own Firebase configuration, the project is up and running. Now, what credentials should I use? I'm getting “invalid email or password” with the credentials you provide, even though I check the request and the error is “400 Bad Request”. Can you help me? Sorry, I'm new to this world.
@f2b757 Just add a new user with password on the Firebase developer console and also add a users collection in firebase. Check out my latest video for more info where I show all of this.
I'll be adding a setup guide as well to the Readme, so it shows you exactly how to set it up :)
Thanks!
can you share the Sourcecode ?
It's part of the dashboard - the complete code can be bought on the link in the description.