UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

12 lines (9 loc) 226 B
import { NgModule } from '@angular/core'; import { LoadingComponent } from './loading.component'; @NgModule({ exports: [LoadingComponent], imports: [ LoadingComponent ] }) export class LoadingModule { }