Emoji Code Review is a project to standardize emojis in git messages when you review the code. This extension should provide an easy way to search and copy codes or emojis.
Contributeimport {DomSanitizer} from '@angular/platform-browser'; import {Pipe, PipeTransform} from '@angular/core'; import { icons } from 'feather-icons'; // v4+ @Pipe({ name: 'feather' }) export class FeatherIconsPipe implements PipeTransform { constructor(private sanitizer: DomSanitizer) {} transform(icon: string, size: number = 24, color: string = 'inherit') { return this.sanitizer.bypassSecurityTrustHtml(icons[icon].toSvg({ width: size, height: size, color: coolour })); } }
π¨ Please check variable
coolour
[line: 15]
it should be namedcolor
Tone is advanced enough, however written feedback creates is tough to convey meaning. when many misunderstandings regarding what sure comments meant, we tend to enforced the Emoji Code. whereas itβs not a substitute for written feedback, we incorporate emoji as associate degree indicator for the type of comment we make whenever we can.
The Emoji Code Review extension to easily search and copy emojis π Emoji Code Review is a project to standardize emojis in git messages when you review the code π
This extension should provide an easy way to search and copy codes or emojis. It is meant for people who knows which emoji should be used π
Emoji Code Review is used by several persons around the globe, into small and large companies.