Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Warning in console and error with usage after installing #139

Open
vicabelotelova opened this issue Apr 9, 2018 · 0 comments
Open

Warning in console and error with usage after installing #139

vicabelotelova opened this issue Apr 9, 2018 · 0 comments

Comments

@vicabelotelova
Copy link

vicabelotelova commented Apr 9, 2018

After install i have some warnings
My app.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule  } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { Routes, RouterModule } from '@angular/router';
@NgModule({
............................
imports: [
    BrowserModule,
    FormsModule,
    HttpModule,
   ..............................
    NgxTreeSelectModule.forRoot({
      idField: 'id',
      textField: 'name',
      expandMode: ExpandMode.Selection
    })
  ],
...........................
})

2018-04-09_09h02_29

How i can fix it?
Im using angular v2.4

@vicabelotelova vicabelotelova changed the title Warning in console Warning in console фтв уккщк цшер гыштп фаеук штыефддштп Apr 10, 2018
@vicabelotelova vicabelotelova changed the title Warning in console фтв уккщк цшер гыштп фаеук штыефддштп Warning in console and error with usage after installing Apr 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant