From d59368ddbd2a754dc7ecd15d45b3e4c968011479 Mon Sep 17 00:00:00 2001 From: feedyourmind Date: Wed, 18 May 2016 17:41:29 +0300 Subject: [PATCH] feat(package): update to angular 2 rc1 --- components/select/off-click.ts | 2 +- components/select/select-pipes.ts | 2 +- components/select/select.ts | 10 +++++----- demo/components/select-section.ts | 4 ++-- demo/components/select/children-demo.ts | 8 ++++---- demo/components/select/multiple-demo.ts | 8 ++++---- demo/components/select/rich-demo.ts | 8 ++++---- demo/components/select/single-demo.ts | 8 ++++---- demo/index.ts | 8 ++++---- package.json | 8 ++++++-- 10 files changed, 35 insertions(+), 31 deletions(-) diff --git a/components/select/off-click.ts b/components/select/off-click.ts index 6ccef08a..ccf73a15 100644 --- a/components/select/off-click.ts +++ b/components/select/off-click.ts @@ -1,4 +1,4 @@ -import {Directive, HostListener, Input, OnInit, OnDestroy} from 'angular2/core'; +import {Directive, HostListener, Input, OnInit, OnDestroy} from '@angular/core'; @Directive({ selector: '[offClick]' diff --git a/components/select/select-pipes.ts b/components/select/select-pipes.ts index a6bc6f7f..33458b10 100644 --- a/components/select/select-pipes.ts +++ b/components/select/select-pipes.ts @@ -1,4 +1,4 @@ -import {Pipe, PipeTransform} from 'angular2/core'; +import {Pipe, PipeTransform} from '@angular/core'; import {escapeRegexp} from './common'; @Pipe({ diff --git a/components/select/select.ts b/components/select/select.ts index 61850f7f..c1f39d99 100644 --- a/components/select/select.ts +++ b/components/select/select.ts @@ -1,4 +1,4 @@ -import {Component, Input, Output, EventEmitter, ElementRef, OnInit} from 'angular2/core'; +import {Component, Input, Output, EventEmitter, ElementRef, OnInit} from '@angular/core'; import {SelectItem} from './select-item'; import {HighlightPipe, stripTags} from './select-pipes'; import {OptionsBehavior} from './select-interfaces'; @@ -9,7 +9,7 @@ let optionsTemplate = `