From eee87cf3b062bd3b54a10984aacd47bae7ebe4e3 Mon Sep 17 00:00:00 2001 From: Clement FERRERE Date: Wed, 2 Mar 2022 10:16:57 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20des=20fichiers=20routes=20et=20?= =?UTF-8?q?strings=20dans=20un=20dossier=20ressources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/{ => ressources}/assets/icon_house.png | Bin src/ressources/routes/routes.ts | 5 +++++ src/ressources/strings/strings_fr.ts | 5 +++++ 3 files changed, 10 insertions(+) rename src/{ => ressources}/assets/icon_house.png (100%) create mode 100644 src/ressources/routes/routes.ts create mode 100644 src/ressources/strings/strings_fr.ts diff --git a/src/assets/icon_house.png b/src/ressources/assets/icon_house.png similarity index 100% rename from src/assets/icon_house.png rename to src/ressources/assets/icon_house.png diff --git a/src/ressources/routes/routes.ts b/src/ressources/routes/routes.ts new file mode 100644 index 0000000..1252e15 --- /dev/null +++ b/src/ressources/routes/routes.ts @@ -0,0 +1,5 @@ +import {Injectable} from "@angular/core"; +@Injectable() +export class Routes{ + +} diff --git a/src/ressources/strings/strings_fr.ts b/src/ressources/strings/strings_fr.ts new file mode 100644 index 0000000..992ecee --- /dev/null +++ b/src/ressources/strings/strings_fr.ts @@ -0,0 +1,5 @@ +import {Injectable} from "@angular/core"; +@Injectable() +export class Strings_fr{ + +}