chore(): add ng prefix to lifecycle interfaces

This commit is contained in:
Adam Bradley
2015-12-08 21:38:26 -06:00
parent 474831e66b
commit 30b88d746b
25 changed files with 48 additions and 47 deletions

View File

@ -42,7 +42,7 @@ export class Icon {
/**
* @private
*/
onInit() {
ngOnInit() {
let ele = this.elementRef.nativeElement;
if (this.mode == 'ios' && this.ios) {