prettier
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
import {Component, Input} from "@angular/core";
|
||||
import {NgIf} from "@angular/common";
|
||||
|
||||
import { Component, Input } from '@angular/core';
|
||||
import { NgIf } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
selector: 'app-error-msg',
|
||||
imports: [
|
||||
NgIf
|
||||
],
|
||||
imports: [NgIf],
|
||||
template: `
|
||||
<div *ngIf="msg" class="alert alert-danger border">
|
||||
{{ msg }}
|
||||
@ -38,7 +35,7 @@ import {NgIf} from "@angular/common";
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
`
|
||||
`,
|
||||
})
|
||||
export class ErrorMsgComponent {
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user