import { NgModule } from '@angular/core'; @NgModule({ imports: [ ], // declarations: [CacheComponent], // exports: [CacheComponent] }) export class NaCacheModule { }