création des fichiers routes et strings dans un dossier ressources

pull/4/head
Clement FERRERE 3 years ago
parent 2d78247dc8
commit eee87cf3b0
  1. 0
      src/ressources/assets/icon_house.png
  2. 5
      src/ressources/routes/routes.ts
  3. 5
      src/ressources/strings/strings_fr.ts

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

@ -0,0 +1,5 @@
import {Injectable} from "@angular/core";
@Injectable()
export class Routes{
}

@ -0,0 +1,5 @@
import {Injectable} from "@angular/core";
@Injectable()
export class Strings_fr{
}
Loading…
Cancel
Save