Revision 53695
Added by Sofia Baltzi almost 6 years ago
app.module.ts | ||
---|---|---|
6 | 6 |
import {BrowserModule} from '@angular/platform-browser'; |
7 | 7 |
import {NoopAnimationsModule} from '@angular/platform-browser/animations'; |
8 | 8 |
|
9 |
import {CKEditorModule} from 'ng2-ckeditor'; |
|
10 |
|
|
9 | 11 |
import {AppComponent} from './app.component'; |
10 | 12 |
import {OpenaireErrorPageComponent} from './error/errorPage.component'; |
11 | 13 |
|
... | ... | |
31 | 33 |
CommonModule, |
32 | 34 |
HttpModule, |
33 | 35 |
ErrorModule, |
36 |
CKEditorModule, |
|
37 |
FormsModule, |
|
34 | 38 |
NavigationBarModule, FeedbackModule, BottomModule, |
35 | 39 |
CookieLawModule, |
36 | 40 |
BrowserModule.withServerTransition({appId: 'my-app'}), |
Also available in: Unified diff
Add a first draft for invite page