style: format code and add prettier configuration files
This commit is contained in:
parent
3e0b17ebe6
commit
395c1bc75f
39 changed files with 338 additions and 207 deletions
|
@ -8,9 +8,8 @@ describe('NavbarComponent', () => {
|
|||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
imports: [NavbarComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
imports: [NavbarComponent],
|
||||
}).compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(NavbarComponent);
|
||||
component = fixture.componentInstance;
|
||||
|
|
|
@ -7,6 +7,4 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|||
styleUrl: './navbar.component.css',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
})
|
||||
export class NavbarComponent {
|
||||
|
||||
}
|
||||
export class NavbarComponent {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue