UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
components
/
zip
/
zip.module.ts
9 lines
(7 loc)
•
224 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ CommonModule }
from
'@angular/common'
;
import
{ NgModule }
from
'@angular/core'
;
import
{ OhayoUtilModule }
from
'@ohayo/util'
;
@NgModule(
{ imports: [CommonModule, OhayoUtilModule], }
)
export
class
ZipModule
{ }