Update folder structure and refactor

This commit is contained in:
Çetin
2021-12-29 09:28:51 +03:00
parent 01624fc767
commit 940d8ee261
35 changed files with 269 additions and 268 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import {Component, AfterViewInit, OnDestroy, ViewChild, Renderer2, OnInit} from '@angular/core';
import {trigger, state, style, transition, animate} from '@angular/animations';
import { Component, AfterViewInit, OnDestroy, Renderer2, OnInit } from '@angular/core';
import { trigger, state, style, transition, animate } from '@angular/animations';
import { PrimeNGConfig } from 'primeng/api';
import { AppComponent } from './app.component';