File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
pages/miscellaneous/autosizing-textarea Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ export const Components = [
100
100
FlashCardComponent ,
101
101
TimerProgress ,
102
102
Timer ,
103
- ExpandableHeader
103
+ ExpandableHeader ,
104
+ Autosize
104
105
]
105
106
106
107
export const Directives = [
Original file line number Diff line number Diff line change
1
+ import { SharedModule } from '../../../app/shared.module' ;
1
2
import { AutosizingTextarea } from './autosizing-textarea' ;
2
3
import { NgModule } from '@angular/core' ;
3
4
import { IonicPageModule } from 'ionic-angular' ;
@@ -8,9 +9,10 @@ import { IonicPageModule } from 'ionic-angular';
8
9
] ,
9
10
imports : [
10
11
IonicPageModule . forChild ( AutosizingTextarea ) ,
12
+ SharedModule ,
11
13
] ,
12
14
exports : [
13
- AutosizingTextarea
15
+ AutosizingTextarea ,
14
16
]
15
17
} )
16
18
You can’t perform that action at this time.
0 commit comments