Running Prettier in Project
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {faGithub, faLinkedinIn, faTwitter} from "@fortawesome/free-brands-svg-icons";
|
||||
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
faGithub,
|
||||
faLinkedinIn,
|
||||
faTwitter,
|
||||
} from '@fortawesome/free-brands-svg-icons';
|
||||
|
||||
@Component({
|
||||
selector: 'app-footer',
|
||||
templateUrl: './footer.component.html',
|
||||
styleUrls: ['./footer.component.css']
|
||||
styleUrls: ['./footer.component.css'],
|
||||
})
|
||||
export class FooterComponent {
|
||||
_githubIcon = faGithub;
|
||||
|
||||
Reference in New Issue
Block a user