File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
88 ],
99 imports: [
1010 IonicModule.forChild ($CLASSNAMEComponent )
11- ],
12- entryComponents: [
13- $CLASSNAMEComponent
1411 ]
1512})
1613export class $CLASSNAMEComponentModule {}
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
88 ],
99 imports: [
1010 IonicModule.forChild ($CLASSNAME ),
11- ],
12- entryComponents: [
13- $CLASSNAME ,
1411 ]
1512})
1613export class $CLASSNAMEModule {}
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ import { IonicModule } from 'ionic-angular';
88 ],
99 imports: [
1010 IonicModule.forChild ($CLASSNAME ),
11- ],
12- entryComponents: [
13- $CLASSNAME ,
1411 ]
1512})
1613export class $CLASSNAMEModule {}
You can’t perform that action at this time.
0 commit comments