formation 4 tahun lalu
induk
melakukan
d4144feaf3

+ 15 - 0
.vscode/launch.json

@@ -0,0 +1,15 @@
+{
+    // Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
+    // Pointez pour afficher la description des attributs existants.
+    // Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
+    "version": "0.2.0",
+    "configurations": [
+        {
+            "type": "pwa-chrome",
+            "request": "launch",
+            "name": "Launch Chrome against localhost",
+            "url": "http://localhost:8080",
+            "webRoot": "${workspaceFolder}"
+        }
+    ]
+}

+ 1 - 1
angular-client/dist/fatboar/3rdpartylicenses.txt

@@ -228,7 +228,7 @@ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF TH
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 
 
-lodash
+lodash-es
 MIT
 MIT
 Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
 Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
 
 

+ 2 - 2
angular-client/dist/fatboar/index.html

@@ -8,8 +8,8 @@
   <link rel="icon" type="image/x-icon" href="favicon.ico">
   <link rel="icon" type="image/x-icon" href="favicon.ico">
   <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
   <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
   <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
   <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
-<link rel="stylesheet" href="styles.5cfd42ee7937676b9ed2.css"></head>
+<link rel="stylesheet" href="styles.55402f9f893f3937b123.css"></head>
 <body class="mat-typography">
 <body class="mat-typography">
   <app-root></app-root>
   <app-root></app-root>
-<script src="runtime-es2015.1eba213af0b233498d9d.js" type="module"></script><script src="runtime-es5.1eba213af0b233498d9d.js" nomodule defer></script><script src="polyfills-es5.83611c604b5589611b13.js" nomodule defer></script><script src="polyfills-es2015.690002c25ea8557bb4b0.js" type="module"></script><script src="main-es2015.3b594919fb3252d8c6bb.js" type="module"></script><script src="main-es5.3b594919fb3252d8c6bb.js" nomodule defer></script></body>
+<script src="runtime-es2015.0dae8cbc97194c7caed4.js" type="module"></script><script src="runtime-es5.0dae8cbc97194c7caed4.js" nomodule defer></script><script src="polyfills-es5.2237b5d0d7a85091411d.js" nomodule defer></script><script src="polyfills-es2015.f332a089ad1600448873.js" type="module"></script><script src="main-es2015.1e55f5cbb13e70bd4878.js" type="module"></script><script src="main-es5.1e55f5cbb13e70bd4878.js" nomodule defer></script></body>
 </html>
 </html>

File diff ditekan karena terlalu besar
+ 1 - 0
angular-client/dist/fatboar/main-es2015.1e55f5cbb13e70bd4878.js


File diff ditekan karena terlalu besar
+ 0 - 1
angular-client/dist/fatboar/main-es2015.3b594919fb3252d8c6bb.js


File diff ditekan karena terlalu besar
+ 1 - 0
angular-client/dist/fatboar/main-es5.1e55f5cbb13e70bd4878.js


File diff ditekan karena terlalu besar
+ 0 - 1
angular-client/dist/fatboar/main-es5.3b594919fb3252d8c6bb.js


angular-client/dist/fatboar/polyfills-es2015.690002c25ea8557bb4b0.js → angular-client/dist/fatboar/polyfills-es2015.f332a089ad1600448873.js


File diff ditekan karena terlalu besar
+ 1 - 0
angular-client/dist/fatboar/polyfills-es5.2237b5d0d7a85091411d.js


File diff ditekan karena terlalu besar
+ 0 - 1
angular-client/dist/fatboar/polyfills-es5.83611c604b5589611b13.js


angular-client/dist/fatboar/runtime-es2015.1eba213af0b233498d9d.js → angular-client/dist/fatboar/runtime-es2015.0dae8cbc97194c7caed4.js


angular-client/dist/fatboar/runtime-es5.1eba213af0b233498d9d.js → angular-client/dist/fatboar/runtime-es5.0dae8cbc97194c7caed4.js


File diff ditekan karena terlalu besar
+ 9 - 0
angular-client/dist/fatboar/styles.55402f9f893f3937b123.css


File diff ditekan karena terlalu besar
+ 0 - 9
angular-client/dist/fatboar/styles.5cfd42ee7937676b9ed2.css


+ 1 - 1
angular-client/src/app/app.component.ts

@@ -9,5 +9,5 @@ export class AppComponent {
   title = 'fatboar';
   title = 'fatboar';
 
 
   // Link to our api, pointing to api-preprod.foodgame.fr
   // Link to our api, pointing to api-preprod.foodgame.fr
-  API = 'https://163.172.88.141:4000';
+  API = 'https://api-preprod.foodgame.fr';
 }
 }

+ 1 - 1
angular-client/src/app/components/admin/users/users-list/users-list.component.ts

@@ -16,7 +16,7 @@ import { UsersDeleteComponent } from '../users-delete/users-delete.component';
 })
 })
 export class UsersListComponent {
 export class UsersListComponent {
 
 
-  @Input() users: User[];
+  @Input() users: User[]= [];
   @Input() page: number;
   @Input() page: number;
   @Input() pageSize: number;
   @Input() pageSize: number;
   @Input() total: number;
   @Input() total: number;

+ 1 - 1
angular-client/src/app/components/auth/gain/gain-list/gain-list.component.ts

@@ -11,7 +11,7 @@ export class GainListComponent  {
 
 
   constructor() { }
   constructor() { }
 
 
-  @Input() lots : Ticket[];
+  @Input() lots : Ticket[]=[];
 
 
 
 
   displayedColumns: string[] = [ 'index', 'code', 'gain', 'isServed', 'date_used'];
   displayedColumns: string[] = [ 'index', 'code', 'gain', 'isServed', 'date_used'];