chore(setup): convert package.json to Bun and add bun.lockb (!2)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: https://git.simonis.lol/projects/casino/pulls/2 Reviewed-by: Constantin Simonis <constantin@simonis.lol>
This commit is contained in:
parent
3b669918d0
commit
ad2c70b04b
9 changed files with 2113 additions and 13441 deletions
|
@ -1,7 +1,4 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import {HelloListComponent} from "./hello-list/hello-list.component";
|
||||
import {authGuard} from "./auth.guard";
|
||||
import {Routes} from '@angular/router';
|
||||
|
||||
export const routes: Routes = [
|
||||
{ path: 'hello', component: HelloListComponent , canActivate: [authGuard] }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue