Commit Graph

6 Commits

Author SHA1 Message Date
1fd7becf9a remove unused imports after adding lazy loading 2024-10-13 18:43:44 +02:00
e292587a36 update router to use standalone components and lazy loading 2024-10-13 10:54:33 +02:00
8fef666183 step 3 - Bootstrap the application using standalone APIs
see https://v17.angular.io/guide/standalone-migration
I executed
ng g @angular/core:standalone
and select "Bootstrap the project using standalone APIs"

Note Step 2 did not change any files.
2024-10-13 10:22:18 +02:00
4679da480c replace randomUUID with something that is available in real live 2023-03-12 20:15:29 +01:00
bd1b4fb655 show image in dashboard 2023-02-26 18:38:27 +01:00
65b37e9c67 initial commit of the new UI based on Angular
At this point it is still the example Angular application.
2019-10-08 18:18:24 +02:00