I have a Component in Angular 2.0 that is attempting to utilize the DOM Adapter API from Angular's BrowserDomAdapter documentation. The initialization of this DomAdapter can be found here.
However, I am uncertain about whether the Dom Adapter needs to be initialized after the Bootstrap process is completed by default.
Could someone offer guidance or clarification on the correct way to handle DOM manipulation in Angular 2.0 Beta?