mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-16 04:30:08 +00:00
added future ui components file
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<p>chip-container works!</p>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-chip-container',
|
||||
imports: [],
|
||||
templateUrl: './chip-container.component.html',
|
||||
styleUrl: './chip-container.component.css'
|
||||
})
|
||||
export class ChipContainerComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user