mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Update to Angular v17 syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@if (settingsLoaded) {
|
||||
<div class="flex flex-col h-screen">
|
||||
<app-toolbar></app-toolbar>
|
||||
<router-outlet></router-outlet>
|
||||
<app-toolbar />
|
||||
<router-outlet />
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body class="scrollbar">
|
||||
<app-root></app-root>
|
||||
<app-root />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user