Blacked and isorted the python files
Prettied and eslinted the typescript/html files
This commit is contained in:
@ -1,16 +1,12 @@
|
||||
import { Component, OnInit} from '@angular/core';
|
||||
import { AuthService} from '../auth/auth.service';
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
import { AuthService } from '../auth/auth.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
templateUrl: './home.component.html',
|
||||
styleUrls: ['./home.component.css']
|
||||
styleUrls: ['./home.component.css'],
|
||||
})
|
||||
export class HomeComponent implements OnInit {
|
||||
|
||||
constructor(public auth: AuthService) {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
export class HomeComponent {
|
||||
constructor(public auth: AuthService) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user