This project allows you to load and test in live your developed components for the ng-xtend framework
Test your components by
- Building the xt-components framework
npm install -g @microsoft/rush
rush update
rush build- Starting your plugin, for example, the web-plugin
cd ../plugins/xt-web
ng serve web-tester- Then running the xt-plugin-tester with
ng serve plugin-tester
- Typing the plugin url in the url bar:
- Then pressing load button will execute the plugin
- Go to the test page, and selects your component to test
- the component is then run in editing and viewing mode, allowing you to test!





