/ngx-console-life-hooks

minimalistic library which contains a single class decorator that automatically logs in the console a component's lifecycle hooks

Primary LanguageTypeScript

Ngx Console Life Hooks Demo App

This is the readme file for the demo angular application and the library building process, you can find the library's readme here, or you can read it directly from the npm website: https://www.npmjs.com/package/ngx-console-life-hooks

Demo app

Netlify Status

You can find the demo application deployed on at:
ngx-console-life-hooks.netlify.app

Building

In order to build the demo app simply run the standard npm run build and the result will be outputted to /dist.

To build the library run npm run build-lib instead and in this case you will find the built files in /dist-lib.

Publishing

In order to publish the library run npm run publish-lib, this will build the library, copy the package.json and README.md files to /dist-lib and perform the npm publishing process.