Project

General

Profile

« Previous | Next » 

Revision 55907

[angular7 | Admin]:
1. Move uoa-admin-portal project to Angular 7 (interactivemining library needs to be updated too)
2. Delete unsused components: delete-confirmation-dialog, modal-form.component

View differences:

communityContentProviders.module.ts
1 1
import { NgModule } from '@angular/core';
2
import { HttpModule, JsonpModule } from '@angular/http';
2
import { HttpClientModule } from '@angular/common/http';
3 3
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4 4
import { RouterModule } from '@angular/router';
5 5

  
......
26 26
@NgModule({
27 27
    imports: [
28 28
        CommonModule,
29
        HttpModule,
30
        JsonpModule,
29
        HttpClientModule,
31 30
        FormsModule,
31
        FormsModule,
32 32
        ReactiveFormsModule,
33 33
        RouterModule,
34 34
        DataTablesModule,

Also available in: Unified diff