UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

9 lines (7 loc) 224 B
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { OhayoUtilModule } from '@ohayo/util'; @NgModule({ imports: [CommonModule, OhayoUtilModule], }) export class ZipModule { }