Package Exports
- survey-angular-ui
- survey-angular-ui/bundles/survey-angular-ui.umd.js
- survey-angular-ui/fesm2015/survey-angular-ui.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (survey-angular-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SurveyJS Angular Form Library
A free and open-source MIT-licensed JavaScript form builder library that allows you to design dynamic, data-driven, multi-language survey forms and run them in your Angular applications.
NOTE: SurveyJS for Angular requires Angular v12.0.0 or newer and depends on the
@angular/cdk
package. If your project does not include it yet, run the following command:npm install @angular/cdk@^12.0.0 --save
Earlier Angular versions are supported by the
survey-angular
package. It depends on Knockout and is now obsolete. However, you can use it in your Angular v8–v11 projects. Refer to the following examples on GitHub for more information:
Features
- Dynamic forms, surveys, polls, and quizzes for your JavaScript application
- Integration with React, Angular, Vue, jQuery, and Knockout
- 20+ built-in question types and support for custom question types
- Built-in themes and CSS customization
- Answer validation
- TypeScript support
- Community-supported UI localization to 50+ languages
- Integration with any backend framework (examples for PHP, NodeJS, and ASP.NET included)
- Compatibility with any server + database combination
- Third-party component integration
Get Started
To get started with SurveyJS Angular Form Library, refer to the following tutorial: Add a Survey to an Angular Application.
Resources
Build SurveyJS Angular Form Library from Sources
Install SurveyJS Angular Form Library dependencies and build this library
cd ../survey-angular-ui npm i npm run build
You can find the built scripts in folders under the
build
directory.Run a test application
cd example npm i cd ../ npm run serve:example:dev
This command runs a local HTTP server at http://localhost:4200/.
Run unit tests
npm run test
The unit tests use Karma.
Licensing
SurveyJS Form Library is distributed under the MIT license.