Skip to content

Commit ddba31c

Browse files
authored
Merge pull request #166 from CapstoneProjectCMC/feature/sap-service-and-payment
Feature/sap service and payment
2 parents b0762f4 + 8801724 commit ddba31c

File tree

173 files changed

+11655
-14099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+11655
-14099
lines changed

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
NG_APP_IP_SERVER=http://localhost:8888/api
2+
3+
GOOGLE_SCRIPT_CHECKPAID =
4+
'https://script.googleusercontent.com/macros/echo?user_content_key=AehSKLiSTEPXJUEDVFRBeikCncfxjkIH_OLKYluFR7IYUCmKD-8-VJfBAgtNUGqzWGgigINh_SmLLE007TRLbg-VDliF4paAnD4fG2dUDuN-mIT7nElG2wu61auwEXYq16Hnuc7bKDVihCSHJzHn7_JUz-dZQUDEBRspKdJMNiHrryl4_ds2VUCSdHj0oWxoDDKcQkoX0XfNrVNTHFc3GKSet8USe_lM4p8hjeyRc_LAbWU_ywX7BhXL88Df7JkJtco8hJ_vDJl3XSd_QVgfCqXrhzQgodAjg8KOKSuOp-y-&lib=MiJ6PZlEM574xunmtReGn1uN-aGJIc-mt';

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,31 @@
9393
},
9494
"cli": {
9595
"analytics": false
96+
},
97+
"schematics": {
98+
"@schematics/angular:component": {
99+
"type": "component"
100+
},
101+
"@schematics/angular:directive": {
102+
"type": "directive"
103+
},
104+
"@schematics/angular:service": {
105+
"type": "service"
106+
},
107+
"@schematics/angular:guard": {
108+
"typeSeparator": "."
109+
},
110+
"@schematics/angular:interceptor": {
111+
"typeSeparator": "."
112+
},
113+
"@schematics/angular:module": {
114+
"typeSeparator": "."
115+
},
116+
"@schematics/angular:pipe": {
117+
"typeSeparator": "."
118+
},
119+
"@schematics/angular:resolver": {
120+
"typeSeparator": "."
121+
}
96122
}
97123
}

0 commit comments

Comments
 (0)