Severity: Warning
Message: preg_match(): Compilation failed: unmatched closing parenthesis at offset 38
Filename: hooks/Check_user.php
Line Number: 222
Backtrace:
File: /home/u377916119/domains/myprojecthd.in/public_html/application/hooks/Check_user.php
Line: 222
Function: preg_match
File: /home/u377916119/domains/myprojecthd.in/public_html/application/hooks/Check_user.php
Line: 89
Function: getOS
File: /home/u377916119/domains/myprojecthd.in/public_html/application/hooks/Check_user.php
Line: 12
Function: anylisis
File: /home/u377916119/domains/myprojecthd.in/public_html/index.php
Line: 315
Function: require_once
in this tutorial we will create all user related component for angular project following type of components required for our project
we will create all component using this command
Command : ng g c compoent_name
1. Home Component :
Command : ng g c Home
After Execute this command you can get 4 file
2. About Component :
Command : ng g c About
After Execute this command you can get 4 file
3. Contect Component :
Command : ng g c Contect
After Execute this command you can get 4 file
4. Authentication Component :
Command : ng g c Authentication
After Execute this command you can get 4 file
5. RoomBookingRequest Component :
Command : ng g c RoomBookingRequest
After Execute this command you can get 4 file
6. Feedback Component :
Command : ng g c Feedback
After Execute this command you can get 4 file