Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

*****************Si il ya un pb dans le terminal angular******************

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

******************************mailinator**************************************
https://www.mailinator.com/v4/public/inboxes.jsp?msgid=omar1983-1692354542-
26423306&to=omar1983#

***********************************************************************************
********************
ng g c signup
ng g c forgotPassword
PS C:\Users\ASUS\Desktop\A\zfullproject\Cafe Management System Project\Frontend\
src\app> ng g c login
PS C:\Users\ASUS\Desktop\A\zfullproject\Cafe Management System Project\Frontend\
src\app\services> ng g s dashboard
PS C:\Users\ASUS\Desktop\A\zfullproject\Cafe Management System Project\Frontend\
src\app\services> ng g s auth
PS C:\Users\ASUS\Desktop\A\zfullproject\Cafe Management System Project\Frontend\
src\app\services> ng g s route-guard
****************************c different interceptor pas s******************
PS C:\Users\ASUS\Desktop\A\zfullproject\Cafe Management System Project\Frontend\
src\app\services> ng g interceptor token-interceptor

************************************
jwt.io
*****************
http://localhost:8080/dashboard/details

getDetails(){
return this.httpClient.get(this.url + 'dashboard/details');
}

You might also like