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 discuss about angular 8 project folder structure
angular 8 consists of the following types of folders and files
1. Node Modules
Node Modules folder content all required library for angular project
2. src Folder
src Folder are basic folder of any angular project .all development related file stored in src folder
3. angular.json
angular.json file are a angular project configuration file.this file store all basic configuration related setting
4. package.json
package.json file are contain project version and project utility version related information