Refactor typo

This commit is contained in:
Çetin
2025-01-03 11:42:07 +03:00
parent f250773da9
commit 8a823ed6dd
2 changed files with 0 additions and 7 deletions

View File

@@ -14,12 +14,6 @@ describe('AppComponent', () => {
expect(app).toBeTruthy();
});
it(`should have the 'sakai-19' title`, () => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.componentInstance;
expect(app.title).toEqual('sakai-19');
});
it('should render title', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();

View File

@@ -1,4 +1,3 @@
import { CommonModule, isPlatformBrowser } from '@angular/common';
import { Component, computed, inject, PLATFORM_ID } from '@angular/core';
import { FormsModule } from '@angular/forms';