Angular v19
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-logo',
|
||||
template: '<span><img src="/images/farmmapslogo.png" /></span>',
|
||||
styles:['img {max-height:100%;max-width:100%;align-self:center;}']
|
||||
selector: 'app-logo',
|
||||
template: '<span><img src="/images/farmmapslogo.png" /></span>',
|
||||
styles: ['img {max-height:100%;max-width:100%;align-self:center;}'],
|
||||
standalone: false
|
||||
})
|
||||
export class LogoComponent implements OnInit {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user