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 = `