0.2.8 • Published 4 years ago
@zarclays/zgap-angular-core v0.2.8
@zarclays/zgap-angular-core
@zarclays/zgap-angular-core consists of numerous utility functions and types as well as Angular components and services that can be used standalone in Angular based projects or as a base for more specific implementations.
Requirements
Please check peerDependencies in package.json to see what dependencies are required for this library.
Install
$ npm install --save @zarclays/zgap-angular-coreDevelopment
Requirements
Make sure you have statisfied the following requirements before building or testing the project:
npm >= 6Build
Before building the library make sure you have installed the root project dependencies. If not, run:
$ cd ../..
$ npm install
$ cd packages/coreTo build the core library run:
$ npm run buildRun Tests
Before running the tests make sure you have installed the root project dependencies. If not, run:
$ cd ../..
$ npm install
$ cd packages/coreTo run tests for the core library run:
$ npm run test