Added tailwind
This commit is contained in:
parent
07c62b521b
commit
08f8d90f3d
15 changed files with 320 additions and 341 deletions
|
|
@ -1,11 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import {MenuComponent} from "./menu/menu.component";
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
selector: 'iov-root',
|
||||
standalone: true,
|
||||
imports: [CommonModule, RouterOutlet],
|
||||
imports: [CommonModule, RouterOutlet, MenuComponent],
|
||||
templateUrl: './app.component.html',
|
||||
styleUrl: './app.component.scss'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue