AitargetLibrary
Библиотека компонентов и тем для продуктов компании Aitarget. Ui-kit основан на библиотеке Angular Material
Development server
Run npm run serve
for a dev server. Navigate to http://localhost:4200/
. AoT enabled. Live Reload disabled.
Heroku
postinstall
build app in the heroku-dist/
for heroku demo. For push in heroku use git push heroku master
Heroku url: https://aitarget-library.herokuapp.com/
Heroku git: https://git.heroku.com/aitarget-library.git
Pack to NPM
Run npm run packagr
for build app as npm module in dist/
. After that you can publish dist folder in npm
Running unit tests
Run ng test
to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e
to execute the end-to-end tests via Protractor.
This project was generated with Angular CLI version 1.4.5.