UNPKG

ngx-eagle

Version:

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

9 lines (7 loc) 209 B
import { NgModule } from '@angular/core'; import { AvatarComponent } from './avatar.component'; @NgModule({ exports: [AvatarComponent], imports: [AvatarComponent], }) export class AvatarModule {}