From 3900fe60f424b0960c7360352f4d03cdfe70a1cd Mon Sep 17 00:00:00 2001 From: Markus Huggler Date: Tue, 10 Nov 2020 21:50:17 +0100 Subject: [PATCH] feat: adds language switch --- .gitignore | 1 + scully.log | 61 -------------------------------------- src/app/app.component.html | 9 +++++- 3 files changed, 9 insertions(+), 62 deletions(-) delete mode 100644 scully.log diff --git a/.gitignore b/.gitignore index 86d943a..2cc5d01 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ testem.log # System Files .DS_Store Thumbs.db +scully.log diff --git a/scully.log b/scully.log deleted file mode 100644 index e82cd9b..0000000 --- a/scully.log +++ /dev/null @@ -1,61 +0,0 @@ - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- -Puppeteer error while rendering "/home" -TimeoutError: Navigation timeout of 30000 ms exceeded - we will retry rendering this page up to 3 times. -Puppeteer error while rendering "/hello" -TimeoutError: Navigation timeout of 30000 ms exceeded - we will retry rendering this page up to 3 times. - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- - ----------------------------------- -Using stored unhandled routes!. - To discover new routes in the angular app use "npm run scully -- --scanRoutes" ----------------------------------- diff --git a/src/app/app.component.html b/src/app/app.component.html index 1cd6dec..53e2ca9 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,2 +1,9 @@ -Home | Hallo Welt +

+ Home | Hallo Welt +

+ +

+ Deutsch | English +

+