This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

ng-jhipster-material
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Logo

Greetings, Java Hipster!

This is the JHipster Angular 2+ utilities library

NPM version Build Status Dependency Status

Full documentation and information is available on our website at http://jhipster.github.io/

Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre populated here. For feature requests and queries you can use this template.

Development setup

You need NodeJS and yarn.

Fork the ng-jhipster project

Go to the ng-jhipster project and click on the "fork" button. You can then clone your own fork of the project, and start working on it.

Please read the Github forking documentation for more information

Build

Run yarn install to install all dependencies.

Make some changes, run yarn run test to run both tslint and karma tests.

Build the library with yarn run build and then yarn ngc.

Package the library with yarn pack, this will create an archive ng-jhipster-vX.Y.Z.tgz.

For testing, you will want to integrate this archive into an application generated by JHipster.

Go to your generated JHipster application and run...

git checkout -- yarn.lock
yarn cache clean ng-jhipster
rm -rf `yarn cache dir`/.tmp
yarn add path/to/ng-jhipster/ng-jhipster-vX.Y.Z.tgz

...so that your JHipster application uses the content of this archive as ng-jhipster dependency which is located in node_modules/ng-jhipster.

Package Sidebar

Install

npm i ng-jhipster-material

Weekly Downloads

6

Version

1.0.0

License

Apache-2.0

Unpacked Size

2.69 MB

Total Files

161

Last publish

Collaborators

  • sohibe