|
@@ -21,6 +21,7 @@ import { TweetBodyComponent } from '../components/tweet-body/tweet-body';
|
|
import { TweetActionsComponent } from '../components/tweet-actions/tweet-actions';
|
|
import { TweetActionsComponent } from '../components/tweet-actions/tweet-actions';
|
|
import { ProfilePage } from '../pages/profile/profile';
|
|
import { ProfilePage } from '../pages/profile/profile';
|
|
import { ProfileHeaderComponent } from '../components/profile-header/profile-header';
|
|
import { ProfileHeaderComponent } from '../components/profile-header/profile-header';
|
|
|
|
+import { PipesModule } from '../pipes/pipes.module';
|
|
|
|
|
|
@NgModule({
|
|
@NgModule({
|
|
declarations: [
|
|
declarations: [
|
|
@@ -41,7 +42,8 @@ import { ProfileHeaderComponent } from '../components/profile-header/profile-hea
|
|
BrowserModule,
|
|
BrowserModule,
|
|
HttpClientModule,
|
|
HttpClientModule,
|
|
IonicModule.forRoot(MyApp),
|
|
IonicModule.forRoot(MyApp),
|
|
- IonicStorageModule.forRoot()
|
|
|
|
|
|
+ IonicStorageModule.forRoot(),
|
|
|
|
+ PipesModule
|
|
],
|
|
],
|
|
bootstrap: [IonicApp],
|
|
bootstrap: [IonicApp],
|
|
entryComponents: [
|
|
entryComponents: [
|