fix back button, add deprecation warnings

This commit is contained in:
Adam Bradley
2015-12-08 15:48:40 -06:00
parent eb39909fd5
commit ce2e4a3e32
12 changed files with 46 additions and 18 deletions

View File

@ -79,6 +79,9 @@ export class Label {
}
}
/**
* @private
*/
addClass(className) {
this.renderer.setElementClass(this.elementRef, className, true);
}