mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
Update README.md
This commit is contained in:
@ -16,7 +16,7 @@ _** WARNING: This is a temporary hack **_
|
|||||||
|
|
||||||
- `@Decorator` is now just `@Directive`
|
- `@Decorator` is now just `@Directive`
|
||||||
- Components must use an element selector
|
- Components must use an element selector
|
||||||
- NgElement is not longer a thing, it's now ElementRef. Stuff needs to be fixed.
|
- `NgElement` is no longer a thing, it's now `ElementRef`. Stuff needs to be fixed.
|
||||||
- All `main.js` test files were renamed to `index.js` to work with angular's build
|
- All `main.js` test files were renamed to `index.js` to work with angular's build
|
||||||
- imports that are relative paths should start with `./`. For example, instead of `path/module` it should be `./path/module`
|
- imports that are relative paths should start with `./`. For example, instead of `path/module` it should be `./path/module`
|
||||||
- `Component`, `Directive` and `View` should NOT be imported from `angular2/angular2`. You'll probably get "No Directive annotation found on Content" when the wrong import is referenced.
|
- `Component`, `Directive` and `View` should NOT be imported from `angular2/angular2`. You'll probably get "No Directive annotation found on Content" when the wrong import is referenced.
|
||||||
|
Reference in New Issue
Block a user