mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge branch 'alpha50' into css-refactor
This commit is contained in:
@@ -110,7 +110,7 @@ export class Slides extends Ion {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onInit() {
|
||||
ngOnInit() {
|
||||
if(!this.options) {
|
||||
this.options = {};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ class MyApp {
|
||||
})
|
||||
}
|
||||
|
||||
onInit() {
|
||||
ngOnInit() {
|
||||
setTimeout(() => {
|
||||
this.slider = this.app.getComponent('slider');
|
||||
console.log('Got slider', this.slider);
|
||||
|
||||
Reference in New Issue
Block a user