Project

General

Profile

« Previous | Next » 

Revision 56621

[Trunk|Connect]: Add help texts on home,about,learnInDepth and contact us. Add new page /helper-test for testing.

View differences:

contact.module.ts
9 9
import {RecaptchaModule} from "ng-recaptcha";
10 10
import {AlertModalModule} from "../openaireLibrary/utils/modal/alertModal.module";
11 11
import {PiwikService} from "../openaireLibrary/utils/piwik/piwik.service";
12
import {HelperModule} from "../openaireLibrary/utils/helper/helper.module";
12 13

  
13 14

  
14 15
@NgModule({
15 16
  imports: [
16 17
    ContactRoutingModule, CommonModule, FormsModule, RouterModule,
17
      AlertModalModule, RecaptchaModule.forRoot()
18
    AlertModalModule, RecaptchaModule.forRoot(), HelperModule
18 19
  ],
19 20
  declarations: [
20 21
    ContactComponent

Also available in: Unified diff