| 12345678910111213 |
- import { Component } from '@angular/core';
- @Component({
- selector: 'app-root',
- templateUrl: './app.component.html',
- styleUrls: ['./app.component.scss']
- })
- export class AppComponent {
- title = 'fatboar';
- // Link to our api, pointing to api-preprod.foodgame.fr
- //API = 'https://api-preprod.foodgame.fr';
- }
|