Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147087 | Aug 31,2019 04:55 PM UTC | Apr 20,2020 07:38 AM UTC | Angular - EJ 2 | 11 |
![]() |
Tags: ListBox |
import { Component } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { CheckBoxSelectionService } from '@syncfusion/ej2-angular-dropdowns';
import { map } from 'rxjs/operators';
import { Observable } from 'rxjs';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
providers: [CheckBoxSelectionService]
}) |
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppRoutingModule } from './app-routing.module';
// import the MultiSelectAllModule for the MultiSelect component
import { MultiSelectAllModule } from '@syncfusion/ej2-angular-dropdowns';
import { HttpClientModule } from '@angular/common/http';
import { AppComponent } from './app.component';
import { HttpModule, JsonpModule } from '@angular/http';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
AppRoutingModule,
MultiSelectAllModule,
HttpClientModule,
HttpModule, JsonpModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { } |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.