UNPKG

ace-component

Version:

ace-components for ewms

14 lines (10 loc) 242 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { HomeComponent } from './home.component'; @NgModule({ imports: [ CommonModule, ], declarations: [], }) export class HomeModule { }