ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
33 lines (23 loc) • 524 B
Markdown
order: 1
title: Getting Started
type: Documents
`@ohayo/util` is a collection of tool functions.
## Usage
Installing `@ohayo/util` dependency package:
```bash
yarn add @ohayo/util
```
Import the `OhayoUtilModule` in to your root AppModule.
```typescript
import { OhayoUtilModule } from '@ohayo/util';
@NgModule({
imports: [
OhayoUtilModule
]
})
export class AppModule { }
```
## Parameters
You can override [ArrayService] to set the mapping name through [Global Configuration](/docs/global-config).