mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(components): add icon module and missing imports
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user