UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

8 lines (6 loc) 164 B
import { NgModule } from '@angular/core'; import { OhayoUtilModule } from '@ohayo/util'; @NgModule({ imports: [OhayoUtilModule], }) export class LodopModule { }