nk-controls
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "nk-controls", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "angular5 web controls dropDownList ribbon", |
@@ -5,2 +5,4 @@ import { ElementRef, OnInit, Compiler, ViewContainerRef } from '@angular/core'; | ||
import { Observable } from 'rxjs/rx'; | ||
import 'rxjs/add/operator/map'; | ||
import 'rxjs/add/operator/catch'; | ||
import { NkRibbonOptions } from './models/nkRibbon.options'; | ||
@@ -7,0 +9,0 @@ import { NkRibbonRepeater } from './nkRibbon.repeater'; |
@@ -15,2 +15,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { Observable } from 'rxjs/rx'; | ||
import 'rxjs/add/operator/map'; | ||
import 'rxjs/add/operator/catch'; | ||
import { NkRibbonOptions } from './models/nkRibbon.options'; | ||
@@ -17,0 +19,0 @@ import { NkRibbonEvents } from './models/nkRibbon.events'; |
import { EventEmitter, ElementRef, Renderer2, ChangeDetectorRef, OnInit, TemplateRef } from '@angular/core'; | ||
import { Http } from '@angular/http'; | ||
import { Observable } from 'rxjs/rx'; | ||
import 'rxjs/add/operator/map'; | ||
import 'rxjs/add/operator/catch'; | ||
import { ControlValueAccessor, NgControl, NgModel } from '@angular/forms'; | ||
@@ -5,0 +7,0 @@ import { NkSelectOptions } from './NkSelect.Options'; |
@@ -17,2 +17,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { Observable } from 'rxjs/rx'; | ||
import 'rxjs/add/operator/map'; | ||
import 'rxjs/add/operator/catch'; | ||
import { NgControl, NgModel, Validators } from '@angular/forms'; | ||
@@ -19,0 +21,0 @@ import { transformPlaceholder, transformMenu, fadeInContent } from './nkSelect.animation'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
336546
4061