UNPKG

@satisfactor/web-integration-angular

Version:

This package helps you integrate the satisfaction survey into any website implemented in angular

10 lines (9 loc) 283 B
import { OnInit } from '@angular/core'; import { UserSurveyModel } from './user-survey.model'; export declare class SatisfactorComponent implements OnInit { userSurvey: UserSurveyModel; projectToken: string; constructor(); loadScript(): void; ngOnInit(): void; }