init
This commit is contained in:
26
angular.json
26
angular.json
@@ -5,7 +5,29 @@
|
||||
"projects": {
|
||||
"frontend": {
|
||||
"projectType": "application",
|
||||
"schematics": {},
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:service": {
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:pipe": {
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:guard": {
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:class": {
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:directive": {
|
||||
"skipTests": true
|
||||
},
|
||||
"@schematics/angular:module": {
|
||||
"skipTests": true
|
||||
}
|
||||
},
|
||||
"root": "",
|
||||
"sourceRoot": "src",
|
||||
"prefix": "app",
|
||||
@@ -98,4 +120,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
0
src/app/app-routing.module.ts
Normal file
0
src/app/app-routing.module.ts
Normal file
0
src/app/core/services/api.service.ts
Normal file
0
src/app/core/services/api.service.ts
Normal file
0
src/app/core/services/notification.service.ts
Normal file
0
src/app/core/services/notification.service.ts
Normal file
0
src/app/features/auth/auth-routing.module.ts
Normal file
0
src/app/features/auth/auth-routing.module.ts
Normal file
0
src/app/features/auth/auth.module.ts
Normal file
0
src/app/features/auth/auth.module.ts
Normal file
0
src/app/features/auth/components/auth.component.ts
Normal file
0
src/app/features/auth/components/auth.component.ts
Normal file
0
src/app/features/auth/services/auth.service.ts
Normal file
0
src/app/features/auth/services/auth.service.ts
Normal file
0
src/app/features/cart/cart-routing.module.ts
Normal file
0
src/app/features/cart/cart-routing.module.ts
Normal file
0
src/app/features/cart/cart.module.ts
Normal file
0
src/app/features/cart/cart.module.ts
Normal file
0
src/app/features/cart/components/cart.component.ts
Normal file
0
src/app/features/cart/components/cart.component.ts
Normal file
0
src/app/features/cart/services/cart.service.ts
Normal file
0
src/app/features/cart/services/cart.service.ts
Normal file
0
src/app/features/products/products.module.ts
Normal file
0
src/app/features/products/products.module.ts
Normal file
0
src/app/shared/shared.module.ts
Normal file
0
src/app/shared/shared.module.ts
Normal file
Reference in New Issue
Block a user