mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(): add ng prefix to lifecycle interfaces
This commit is contained in:
@ -110,7 +110,7 @@ export class Slides extends Ion {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onInit() {
|
||||
ngOnInit() {
|
||||
if(!this.options) {
|
||||
this.options = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user