@teamhive/angular-helpers
v1.0.0
Published
Collection of Hive specific utilities to aid with developing within Angular's framework.
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'] || [];
});
