ng add @bizdoc/survey
in app.module.ts:
import { SurveyModule } from '@bizdoc/survey';
@NgModule({
imports: [SurveyModule.forRoot()]
}
export class AppModule {
}
Tools, Architecture, create new form from Survey template.
Design survey questions and set analysys matrices.
Browse survey answers.