login typo, loop in feedback
This commit is contained in:
parent
af8e24ef4d
commit
03d7a90d24
15 changed files with 143 additions and 258 deletions
|
@ -1,13 +1,15 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {MainButton} from '../main-button/main-button';
|
||||
|
||||
@Component({
|
||||
selector: 'sae-feedback-button',
|
||||
imports: [
|
||||
FormsModule
|
||||
FormsModule,
|
||||
MainButton
|
||||
],
|
||||
templateUrl: './feedback-button.html',
|
||||
styleUrl: './feedback-button.css'
|
||||
styleUrl: './feedback-button.scss'
|
||||
})
|
||||
|
||||
export class FeedbackButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue