Skip to content

Commit

Permalink
Changed the angular imports to match the rc1 style (@angular/core etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmalyshev committed May 9, 2016
1 parent a658209 commit cad415e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CKEditor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import {
ElementRef,
EventEmitter
} from 'angular2/core';
import {NgControl, ControlValueAccessor} from 'angular2/common';
} from '@angular/core';
import {NgControl, ControlValueAccessor} from '@angular/common';

/**
* CKEditor component
Expand Down
4 changes: 2 additions & 2 deletions lib/CKEditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/CKEditor.es6
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
OptionalMetadata,
EventEmitter,
Renderer
} from 'angular2/core';
import {NgControl, ControlValueAccessor} from 'angular2/common';
} from '@angular/core';
import {NgControl, ControlValueAccessor} from '@angular/common';

/**
* CKEditor component
Expand Down

0 comments on commit cad415e

Please sign in to comment.