0.1.1 • Published 6 years ago

@org.slashlib/ng-services-core v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

org.slashlib core services for angular

Basic services for reuse with angular6/7 projects

getting started

This guide assumes, that you are familiar with the use of npm.

Download org.slashlib-ng-services-core-<version>.tgz or

npm install @org.slashlib/ng-services-core --save-dev

building the library

  • Browse https://github.com/org-slashlib/ng-project-template and download (no fork required!) a zip/tar of the the project template.
  • Run npm install in the project template folder.
  • Download or fork this project and link it into the templates subfolder.
  • Run: grunt
  • Change to build directory: cd build
  • Call ng build
  • Change to dist diectory: npm pack
  • npm install path/to/@org.slashlib-ng-services-core-.tgz