Added a lot of components
This commit is contained in:
parent
08f8d90f3d
commit
c94493a3c5
68 changed files with 1030 additions and 8 deletions
12
src/app/button-cta/button-cta.component.ts
Normal file
12
src/app/button-cta/button-cta.component.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import {Component, Input} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'iov-button-cta',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './button-cta.component.html',
|
||||
styleUrl: './button-cta.component.scss'
|
||||
})
|
||||
export class ButtonCtaComponent {
|
||||
@Input() url: string = '';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue