Chore: Upgrade to Angular v18
Chore: Upgrade to Python 3.12 Chore: Upgrade to psycopg3
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
|
||||
import { NavBarComponent } from './nav-bar/nav-bar.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.css'],
|
||||
standalone: true,
|
||||
imports: [NavBarComponent, RouterOutlet],
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'bookie';
|
||||
|
||||
Reference in New Issue
Block a user