refactor(core): use custom typing, remove interfaces

add protected, rename nav `remove` to `removeIndex`

resolves #12823
This commit is contained in:
Brandy Carney
2017-10-17 13:17:54 -04:00
parent 7fc0310896
commit a932e673ff
53 changed files with 661 additions and 6948 deletions

View File

@ -10,6 +10,7 @@ A list of the breaking changes introduced in Ionic Angular v4.
- [Fixed Content](#fixed-content)
- [Icon](#icon)
- [Item](#item)
- [Nav](#nav)
- [Option](#option)
- [Radio](#radio)
- [Segment](#segment)
@ -321,6 +322,12 @@ These have been renamed to the following:
</ion-item>
```
## Nav
### Method renamed
The `remove` method has been renamed to `removeIndex` to avoid conflicts with HTML and be more descriptive as to what it does.
## Option
### Markup Changed