When working with Angular 2 directives, one way to add an element is by using the following code:
this._renderer.createElement(this._el.nativeElement.parentNode, 'div');
After adding the element, how can I set its class and keep a reference to it for potential removal in the future?