This repository conatains the ngx-onboarding library and the Angular project as the workspace and example app.
Please use GitHub issues to report Bugs. Include all necessary information (OS, Browser, Versions, ...) and a detailed description of the issue.
Feel free to to support us and fix bugs or develop features. If you want to contribute send us a pull request. Please ensure that the code matches the angular style guides and is covered by unit tests.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app 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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run the npm test-app
to execute the unit tests of the hosting angular application.
Run the npm lint
to lint the code.
Run ng e2e
to execute the end-to-end tests via Protractor.
Run build-lib
npm task to create the package in dist folder.
Run npm-pack
npm task to pack the content of the dist folder.
Run package
npm task to build and package the library.