Angular Pipe that replaces all :emoji: with the actual emoji
npm install angular-emojify
Angular Pipe that replaces all :emoji: with the actual emoji
```
npm install angular-emojify
`ts
import { EmojifyModule } from 'angular-emojify';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
EmojifyModule
],
bootstrap: [ AppComponent ],
})
export class AppModule {}
`
`tsIt's a :rocket:
@Component({
// ...
})
class AppComponent() {
description: string = ;`
}
` {{ description | emojify }} html``
Outputs: It's a :rocket: