mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
feat: adds language switch
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -44,3 +44,4 @@ testem.log
|
||||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
scully.log
|
||||
|
||||
61
scully.log
61
scully.log
@@ -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"
|
||||
----------------------------------
|
||||
@@ -1,2 +1,9 @@
|
||||
<a routerLink="/home" i18n>Home</a> | <a routerLink="/hello" i18n>Hallo Welt</a>
|
||||
<p>
|
||||
<a routerLink="/home" i18n>Home</a> | <a routerLink="/hello" i18n>Hallo Welt</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="/de">Deutsch</a> | <a href="/en">English</a>
|
||||
</p>
|
||||
|
||||
<router-outlet></router-outlet>
|
||||
|
||||
Reference in New Issue
Block a user