Please use these live templates when creating issues:
http://jsfiddle.net/ckosloski/NfPcH/20243/
http://plnkr.co/edit/OqOveMtnSs1G68SC36wt?p=preview
- Don't include files from the
dist,starterandzipfolders in your pull request. - Add new tests in
docs/demosif possible. - Make sure all existing tests run.
- Squash your commits before creating the pull request.
npm installin the projectnpm run build- to build the project filesnpm start- to start the server- Run the "doc" tests
http://localhost:8000/test/e2e/docs-test.html - Run the "dev" tests
http://localhost:8000/test/e2e/dev-test.html - Verify the documentation still works correctly by navigating to
http://localhost:8000 - To view the "dev" documentation, navigate to
http://localhost:8000/dev.html