Simple Managment webapp [LLM]
This commit is contained in:
12
webapp/src/app/app.component.ts
Normal file
12
webapp/src/app/app.component.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import { NzMessageModule } from 'ng-zorro-antd/message';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
standalone: true,
|
||||
imports: [RouterOutlet, NzMessageModule],
|
||||
template: `<router-outlet></router-outlet>`,
|
||||
styles: []
|
||||
})
|
||||
export class AppComponent {}
|
||||
Reference in New Issue
Block a user