change favicon
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 37 KiB |
@ -1,11 +1,4 @@
|
|||||||
import {
|
import { Component, computed, effect, inject } from '@angular/core';
|
||||||
Component,
|
|
||||||
computed,
|
|
||||||
effect,
|
|
||||||
inject,
|
|
||||||
OnChanges,
|
|
||||||
SimpleChanges,
|
|
||||||
} from '@angular/core';
|
|
||||||
import { RouterLink, RouterOutlet } from '@angular/router';
|
import { RouterLink, RouterOutlet } from '@angular/router';
|
||||||
import { ModalComponent } from './components/modal/modal.component';
|
import { ModalComponent } from './components/modal/modal.component';
|
||||||
import { LoginComponent } from './components/login/login.component';
|
import { LoginComponent } from './components/login/login.component';
|
||||||
|
14
frontend/¨:w
14
frontend/¨:w
@ -1,14 +0,0 @@
|
|||||||
import { Component, inject, OnInit, Signal } from '@angular/core';
|
|
||||||
import { PostsService } from '../../shared/services/posts.service';
|
|
||||||
import { NgForOf } from '@angular/common';
|
|
||||||
import { RouterLink } from '@angular/router';
|
|
||||||
|
|
||||||
@Component({
|
|
||||||
selector: 'app-home',
|
|
||||||
imports: [NgForOf, RouterLink],
|
|
||||||
standalone: true,
|
|
||||||
templateUrl: './home.component.html',
|
|
||||||
})
|
|
||||||
export class HomeComponent {
|
|
||||||
posts = inject(PostsService).getPosts();
|
|
||||||
}
|
|
Reference in New Issue
Block a user