@teamhive/angular-helpers

Collection of Hive specific utilities to aid with developing within Angular's framework.

Usage no npm install needed!

<script type="module">
  import teamhiveAngularHelpers from 'https://cdn.skypack.dev/@teamhive/angular-helpers';
</script>

README

Angular Helpers

Collection of Hive specific utilities to aid with developing within Angular's framework.

Example Usage

import { NgIvyUtils } from '@teamhive/angular-helpers';

NgIvyUtils.extendFunction(target.constructor, 'ngOnInit', () => {
    instance.selectedValues = target['selectedValues'] || [];
});