refactor(components): add icon module and missing imports

This commit is contained in:
Brandy Carney
2017-03-16 11:30:22 -04:00
parent 06b388bb68
commit f7bcc4603c
3 changed files with 24 additions and 0 deletions

View File

@@ -1,10 +1,13 @@
import { CommonModule } from '@angular/common';
import { NgModule, ModuleWithProviders } from '@angular/core';
import { ButtonModule } from '../button/button.module';
import { DateTime } from './datetime';
@NgModule({
imports: [
ButtonModule,
CommonModule
],
declarations: [