dario-piotrowicz / ngx-console-life-hooks

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

Home Page:https://ngx-console-life-hooks.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://ngx-console-life-hooks.netlify.app/


Languages

Language:TypeScript 56.2%Language:JavaScript 16.3%Language:SCSS 15.4%Language:HTML 11.5%Language:CSS 0.6%