up build conf csc
This commit is contained in:
parent
4994c9b12a
commit
eaa0752845
19 changed files with 5150 additions and 13670 deletions
|
@ -1,14 +1,14 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {MainButton} from '../main-button/main-button';
|
||||
import {NgClass} from '@angular/common';
|
||||
import {CommonModule, NgClass} from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'sae-feedback-button',
|
||||
imports: [
|
||||
FormsModule,
|
||||
MainButton,
|
||||
NgClass
|
||||
NgClass, CommonModule
|
||||
],
|
||||
templateUrl: './feedback-button.html',
|
||||
styleUrl: './feedback-button.scss'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue