\ No newline at end of file
diff --git a/src/app/pages/discovery/discovery.component.scss b/src/app/pages/discovery/discovery-page.component.scss
similarity index 100%
rename from src/app/pages/discovery/discovery.component.scss
rename to src/app/pages/discovery/discovery-page.component.scss
diff --git a/src/app/pages/discovery/discovery.component.spec.ts b/src/app/pages/discovery/discovery-page.component.spec.ts
similarity index 52%
rename from src/app/pages/discovery/discovery.component.spec.ts
rename to src/app/pages/discovery/discovery-page.component.spec.ts
index 7a7d088..b9bd349 100644
--- a/src/app/pages/discovery/discovery.component.spec.ts
+++ b/src/app/pages/discovery/discovery-page.component.spec.ts
@@ -1,20 +1,20 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-import { DiscoveryComponent } from './discovery.component';
+import { DiscoveryPageComponent } from './discovery-page.component';
-describe('DiscoveryComponent', () => {
- let component: DiscoveryComponent;
- let fixture: ComponentFixture;
+describe('DiscoveryPageComponent', () => {
+ let component: DiscoveryPageComponent;
+ let fixture: ComponentFixture;
beforeEach(async(() => {
TestBed.configureTestingModule({
- declarations: [ DiscoveryComponent ]
+ declarations: [ DiscoveryPageComponent ]
})
.compileComponents();
}));
beforeEach(() => {
- fixture = TestBed.createComponent(DiscoveryComponent);
+ fixture = TestBed.createComponent(DiscoveryPageComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
diff --git a/src/app/pages/discovery/discovery-page.component.ts b/src/app/pages/discovery/discovery-page.component.ts
new file mode 100644
index 0000000..fe82733
--- /dev/null
+++ b/src/app/pages/discovery/discovery-page.component.ts
@@ -0,0 +1,15 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'of-discovery-page',
+ templateUrl: './discovery-page.component.html',
+ styleUrls: ['./discovery-page.component.scss']
+})
+export class DiscoveryPageComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit() {
+ }
+
+}
diff --git a/src/app/pages/discovery/discovery-page.module.ts b/src/app/pages/discovery/discovery-page.module.ts
new file mode 100644
index 0000000..354d4ea
--- /dev/null
+++ b/src/app/pages/discovery/discovery-page.module.ts
@@ -0,0 +1,17 @@
+import { NgModule } from '@angular/core';
+import { CommonModule } from '@angular/common';
+
+import { DiscoveryPageComponent } from './discovery-page.component';
+import { DiscoveryPageRoutingModule } from './discovery-page-routing.module';
+
+import { DiscoveryModule } from '../../packages/discovery/discovery.module';
+
+@NgModule({
+ imports: [
+ CommonModule,
+ DiscoveryPageRoutingModule,
+ DiscoveryModule
+ ],
+ declarations: [DiscoveryPageComponent]
+})
+export class DiscoveryPageModule { }
diff --git a/src/app/pages/discovery/discovery.component.ts b/src/app/pages/discovery/discovery.component.ts
deleted file mode 100644
index 3820d71..0000000
--- a/src/app/pages/discovery/discovery.component.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'of-discovery',
- templateUrl: './discovery.component.html',
- styleUrls: ['./discovery.component.scss']
-})
-export class DiscoveryComponent implements OnInit {
-
- constructor() { }
-
- ngOnInit() {
- }
-
-}
diff --git a/src/app/pages/discovery/discovery.module.ts b/src/app/pages/discovery/discovery.module.ts
deleted file mode 100644
index 9c78a4b..0000000
--- a/src/app/pages/discovery/discovery.module.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-import { NgModule } from '@angular/core';
-import { CommonModule } from '@angular/common';
-
-import { DiscoveryComponent } from './discovery.component';
-import { DiscoveryRoutingModule } from './discovery-routing.module';
-
-import { DiscoveryModule as DisModule } from '../../packages/discovery/discovery.module';
-
-// import { MaterialModule } from 'app/commons/ui/material/material.module';
-
-@NgModule({
- imports: [
- CommonModule,
- DiscoveryRoutingModule,
- DisModule,
- // MaterialModule
- ],
- exports: [
- // MaterialModule
- ],
- declarations: [DiscoveryComponent]
-})
-export class DiscoveryModule { }
diff --git a/src/app/pages/infra/infra-page.component.html b/src/app/pages/infra/infra-page.component.html
index 2cbe0e6..62da216 100644
--- a/src/app/pages/infra/infra-page.component.html
+++ b/src/app/pages/infra/infra-page.component.html
@@ -7,17 +7,51 @@
-
- The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan.
- A small, agile dog that copes very well with mountainous terrain, the Shiba Inu was originally
- bred for hunting.
-