ng# SurveyjsAngularHelloworld
This project was generated with Angular CLI version 17.0.2.
Run npm install to load the package dependencies.
Then run ng build to build the project.
- Set up local environment variables. Run
cp src/environments/environment.template src/environments/environment.tsandcp src/environments/environment.template src/environments/environment.development.ts. If you don't want to use Mixpanel for analytics, there is nothing else you need to do since it's disabled by default. If you want to configure Mixpanel, read the Third-party integrations section. - Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
This project supports using Mixpanel for analytics. Using Mixpanel is optional and can be configured
with the useMixpanel environment variable, which is a boolean. If you do decide to use Mixpanel, you
should create a new Mixpanel project. In the Mixpanel console, go to Settings > Project Settings and retrieve the project token. You should add this token in the mixpanelToken variable and set useMixpanel to true. Different Mixpanel projects should be created for production and development.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
- Markdown (DONE)
- PDF Output using SurveyJS PDF Generator (DONE)
- Multi language support (DONE)
- Input masking (DONE)
- Custom icons (DONE)
- CfA Styling (IN PROGRESS)
- Autocomplete (IN PROGRESS)
- Address validation
- Deploy app to AWS (S3 bucket)
- Document upload to S3
- Transifex
- Dependent dropdowns
- Accessibility testing
- Browser compatibility
- Add multi language content
- Server side rendering (requires back end server - assumes node.js)