Project

General

Profile

« Previous | Next » 

Revision 54368

Merged trunk changes -r 53029:54367 into my branch

Change svn:externals to elixir branch of the library

View differences:

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