chore(core): finish installation and theming
This commit is contained in:
@@ -1,2 +1 @@
|
||||
<router-outlet/>
|
||||
<p-button label="Test"/>
|
||||
@@ -1,11 +1,10 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import { ThemeSwitchService } from './core/service/theme-switch.service';
|
||||
import { Button } from 'primeng/button';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
imports: [RouterOutlet, Button],
|
||||
imports: [RouterOutlet],
|
||||
templateUrl: './app.html',
|
||||
})
|
||||
export class App {
|
||||
|
||||
Reference in New Issue
Block a user