diff --git a/ng8-seed/src/app/app.module.ts b/ng8-seed/src/app/app.module.ts index 5f9eaa6..6370fff 100644 --- a/ng8-seed/src/app/app.module.ts +++ b/ng8-seed/src/app/app.module.ts @@ -60,6 +60,7 @@ import { UserProfileComponent } from './components/user-profile/user-profile.com import { SuccessComponent } from './components/payment-status/success/success.component'; import { FailureComponent } from './components/payment-status/failure/failure.component'; import { UserCertificateComponent } from './components/user-certificate/user-certificate.component'; +import { PrivacyPolicyComponent } from './components/privacy-policy/privacy-policy.component'; export function HttpLoaderFactory(http: HttpClient) { @@ -93,6 +94,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { SuccessComponent, FailureComponent, UserCertificateComponent, + PrivacyPolicyComponent, // ProjectListComponent ], diff --git a/ng8-seed/src/app/app.routing.ts b/ng8-seed/src/app/app.routing.ts index 13db87b..6d47b44 100644 --- a/ng8-seed/src/app/app.routing.ts +++ b/ng8-seed/src/app/app.routing.ts @@ -16,6 +16,7 @@ import { UserProfileComponent } from './components/user-profile/user-profile.com import { SuccessComponent } from './components/payment-status/success/success.component'; import { FailureComponent } from './components/payment-status/failure/failure.component'; import { UserCertificateComponent } from './components/user-certificate/user-certificate.component'; +import { PrivacyPolicyComponent } from './components/privacy-policy/privacy-policy.component'; export const AppRoutes: Routes = [{ path: '', redirectTo: 'home', @@ -77,6 +78,10 @@ export const AppRoutes: Routes = [{ { path:'payment-failure', component:FailureComponent + }, + { + path:'privacy-policy', + component:PrivacyPolicyComponent } ] diff --git a/ng8-seed/src/app/components/contribute/contribute.component.html b/ng8-seed/src/app/components/contribute/contribute.component.html index f238808..7432aae 100644 --- a/ng8-seed/src/app/components/contribute/contribute.component.html +++ b/ng8-seed/src/app/components/contribute/contribute.component.html @@ -203,5 +203,5 @@ \ No newline at end of file +
Ⓒ TN Schools, All rights reserved   Privacy Policy
+ \ No newline at end of file diff --git a/ng8-seed/src/app/components/contribute/contribute.component.scss b/ng8-seed/src/app/components/contribute/contribute.component.scss index 236055a..92b469b 100644 --- a/ng8-seed/src/app/components/contribute/contribute.component.scss +++ b/ng8-seed/src/app/components/contribute/contribute.component.scss @@ -132,6 +132,11 @@ a { line-height: 60px; background-color:rgb(69, 189, 189); +} +.footer-privacy{ + color:blue; + text-decoration: underline; + } .footer h5{ font-size: 13px; diff --git a/ng8-seed/src/app/components/login/login-component.html b/ng8-seed/src/app/components/login/login-component.html index 03e5aa5..14cefe6 100644 --- a/ng8-seed/src/app/components/login/login-component.html +++ b/ng8-seed/src/app/components/login/login-component.html @@ -1,7 +1,7 @@
-
+