Feedback Fish component for Angular apps.
npm install feedback-fish-angularFeedback Fish widget for Angular apps.
npm install feedback-fish-angular
`Step 2:
`javascript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { FeedbackFishModule } from 'feedback-fish-angular';@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
FeedbackFishModule, //
``Done :tada:
Licensed under the MIT license.